Class ServiceCatalogSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.servicecatalog.model.ServiceCatalogSummary.Builder
 
- 
- Enclosing class:
- ServiceCatalogSummary
 
 public static class ServiceCatalogSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceCatalogSummarybuild()ServiceCatalogSummary.BuildercompartmentId(String compartmentId)The Compartment id where the service catalog exists.ServiceCatalogSummary.Buildercopy(ServiceCatalogSummary model)ServiceCatalogSummary.BuilderdisplayName(String displayName)The name of the service catalog.ServiceCatalogSummary.Builderid(String id)The unique identifier for the Service catalog.ServiceCatalogSummary.BuilderlifecycleState(ServiceCatalog.LifecycleState lifecycleState)The lifecycle state of the service catalog.ServiceCatalogSummary.BuildertimeCreated(Date timeCreated)The date and time this service catalog was created, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
idpublic ServiceCatalogSummary.Builder id(String id) The unique identifier for the Service catalog.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ServiceCatalogSummary.Builder lifecycleState(ServiceCatalog.LifecycleState lifecycleState) The lifecycle state of the service catalog.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic ServiceCatalogSummary.Builder compartmentId(String compartmentId) The Compartment id where the service catalog exists.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic ServiceCatalogSummary.Builder displayName(String displayName) The name of the service catalog.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic ServiceCatalogSummary.Builder timeCreated(Date timeCreated) The date and time this service catalog was created, expressed in RFC 3339 timestamp format.Example: 2021-08-25T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
buildpublic ServiceCatalogSummary build() 
 - 
copypublic ServiceCatalogSummary.Builder copy(ServiceCatalogSummary model) 
 
- 
 
-