Package com.ibm.cloud.is.vpc.v1.model
Class CloudObjectStorageBucketIdentityByCRN.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.CloudObjectStorageBucketIdentityByCRN.Builder
-
- Enclosing class:
- CloudObjectStorageBucketIdentityByCRN
public static class CloudObjectStorageBucketIdentityByCRN.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(CloudObjectStorageBucketIdentity cloudObjectStorageBucketIdentityByCrn)
Instantiates a new Builder from an existing CloudObjectStorageBucketIdentityByCRN instance.Builder(String crn)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudObjectStorageBucketIdentityByCRN
build()
Builds a CloudObjectStorageBucketIdentityByCRN.CloudObjectStorageBucketIdentityByCRN.Builder
crn(String crn)
Set the crn.
-
-
-
Constructor Detail
-
Builder
public Builder(CloudObjectStorageBucketIdentity cloudObjectStorageBucketIdentityByCrn)
Instantiates a new Builder from an existing CloudObjectStorageBucketIdentityByCRN instance.- Parameters:
cloudObjectStorageBucketIdentityByCrn
- the instance to initialize the Builder with
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String crn)
Instantiates a new builder with required properties.- Parameters:
crn
- the crn
-
-
Method Detail
-
build
public CloudObjectStorageBucketIdentityByCRN build()
Builds a CloudObjectStorageBucketIdentityByCRN.- Returns:
- the new CloudObjectStorageBucketIdentityByCRN instance
-
crn
public CloudObjectStorageBucketIdentityByCRN.Builder crn(String crn)
Set the crn.- Parameters:
crn
- the crn- Returns:
- the CloudObjectStorageBucketIdentityByCRN builder
-
-