Class SubnetIdentityByCRN.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.SubnetIdentityByCRN.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()Instantiates a new builder.Builder(SubnetIdentity subnetIdentityByCrn) Instantiates a new Builder from an existing SubnetIdentityByCRN instance.Instantiates a new builder with required properties. -
Method Summary
-
Constructor Details
-
Builder
Instantiates a new Builder from an existing SubnetIdentityByCRN instance.- Parameters:
subnetIdentityByCrn- the instance to initialize the Builder with
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
crn- the crn
-
-
Method Details
-
build
Builds a SubnetIdentityByCRN.- Returns:
- the new SubnetIdentityByCRN instance
-
crn
Set the crn.- Parameters:
crn- the crn- Returns:
- the SubnetIdentityByCRN builder
-