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