Class CreateServiceCatalogAssociationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.servicecatalog.model.CreateServiceCatalogAssociationDetails.Builder
 
- 
- Enclosing class:
- CreateServiceCatalogAssociationDetails
 
 public static class CreateServiceCatalogAssociationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateServiceCatalogAssociationDetailsbuild()CreateServiceCatalogAssociationDetails.Buildercopy(CreateServiceCatalogAssociationDetails model)CreateServiceCatalogAssociationDetails.BuilderentityId(String entityId)Identifier of the entity being associated with service catalog.CreateServiceCatalogAssociationDetails.BuilderentityType(String entityType)The type of the entity that is associated with the service catalog.CreateServiceCatalogAssociationDetails.BuilderserviceCatalogId(String serviceCatalogId)Identifier of the service catalog.
 
- 
- 
- 
Method Detail- 
serviceCatalogIdpublic CreateServiceCatalogAssociationDetails.Builder serviceCatalogId(String serviceCatalogId) Identifier of the service catalog.- Parameters:
- serviceCatalogId- the value to set
- Returns:
- this builder
 
 - 
entityIdpublic CreateServiceCatalogAssociationDetails.Builder entityId(String entityId) Identifier of the entity being associated with service catalog.- Parameters:
- entityId- the value to set
- Returns:
- this builder
 
 - 
entityTypepublic CreateServiceCatalogAssociationDetails.Builder entityType(String entityType) The type of the entity that is associated with the service catalog.- Parameters:
- entityType- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateServiceCatalogAssociationDetails build() 
 - 
copypublic CreateServiceCatalogAssociationDetails.Builder copy(CreateServiceCatalogAssociationDetails model) 
 
- 
 
-