Class ServiceCatalogAssociation.Builder
- java.lang.Object
- 
- com.oracle.bmc.servicecatalog.model.ServiceCatalogAssociation.Builder
 
- 
- Enclosing class:
- ServiceCatalogAssociation
 
 public static class ServiceCatalogAssociation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceCatalogAssociationbuild()ServiceCatalogAssociation.Buildercopy(ServiceCatalogAssociation model)ServiceCatalogAssociation.BuilderentityId(String entityId)Identifier of the entity being associated with service catalog.ServiceCatalogAssociation.BuilderentityType(String entityType)The type of the entity that is associated with the service catalog.ServiceCatalogAssociation.Builderid(String id)Identifier of the association.ServiceCatalogAssociation.BuilderserviceCatalogId(String serviceCatalogId)Identifier of the service catalog.ServiceCatalogAssociation.BuildertimeCreated(Date timeCreated)Timestamp of when the resource was associated with service catalog.
 
- 
- 
- 
Method Detail- 
idpublic ServiceCatalogAssociation.Builder id(String id) Identifier of the association.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
serviceCatalogIdpublic ServiceCatalogAssociation.Builder serviceCatalogId(String serviceCatalogId) Identifier of the service catalog.- Parameters:
- serviceCatalogId- the value to set
- Returns:
- this builder
 
 - 
entityIdpublic ServiceCatalogAssociation.Builder entityId(String entityId) Identifier of the entity being associated with service catalog.- Parameters:
- entityId- the value to set
- Returns:
- this builder
 
 - 
entityTypepublic ServiceCatalogAssociation.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
 
 - 
timeCreatedpublic ServiceCatalogAssociation.Builder timeCreated(Date timeCreated) Timestamp of when the resource was associated with service catalog.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
buildpublic ServiceCatalogAssociation build() 
 - 
copypublic ServiceCatalogAssociation.Builder copy(ServiceCatalogAssociation model) 
 
- 
 
-