Class CatalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCRN.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.CatalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCRN.Builder
- Enclosing class:
CatalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCRN
public static class CatalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCRN.Builder
extends Object
Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder()
Instantiates a new builder.Builder
(CatalogOfferingVersionPlanIdentity catalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCrn) Instantiates a new Builder from an existing CatalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCRN instance.Instantiates a new builder with required properties. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a CatalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCRN.Set the crn.
-
Constructor Details
-
Builder
public Builder(CatalogOfferingVersionPlanIdentity catalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCrn) Instantiates a new Builder from an existing CatalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCRN instance.- Parameters:
catalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCrn
- 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 CatalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCRN.- Returns:
- the new CatalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCRN instance
-
crn
Set the crn.- Parameters:
crn
- the crn- Returns:
- the CatalogOfferingVersionPlanIdentityCatalogOfferingVersionPlanByCRN builder
-