Class ServiceCatalogSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.servicecatalog.model.ServiceCatalogSummary.Builder
-
- Enclosing class:
- ServiceCatalogSummary
public static class ServiceCatalogSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceCatalogSummary
build()
ServiceCatalogSummary.Builder
compartmentId(String compartmentId)
The Compartment id where the service catalog exists.ServiceCatalogSummary.Builder
copy(ServiceCatalogSummary model)
ServiceCatalogSummary.Builder
displayName(String displayName)
The name of the service catalog.ServiceCatalogSummary.Builder
id(String id)
The unique identifier for the Service catalog.ServiceCatalogSummary.Builder
lifecycleState(ServiceCatalog.LifecycleState lifecycleState)
The lifecycle state of the service catalog.ServiceCatalogSummary.Builder
timeCreated(Date timeCreated)
The date and time this service catalog was created, expressed in RFC 3339 timestamp format.
-
-
-
Method Detail
-
id
public ServiceCatalogSummary.Builder id(String id)
The unique identifier for the Service catalog.- Parameters:
id
- the value to set- Returns:
- this builder
-
lifecycleState
public ServiceCatalogSummary.Builder lifecycleState(ServiceCatalog.LifecycleState lifecycleState)
The lifecycle state of the service catalog.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
compartmentId
public ServiceCatalogSummary.Builder compartmentId(String compartmentId)
The Compartment id where the service catalog exists.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public ServiceCatalogSummary.Builder displayName(String displayName)
The name of the service catalog.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
timeCreated
public 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
-
build
public ServiceCatalogSummary build()
-
copy
public ServiceCatalogSummary.Builder copy(ServiceCatalogSummary model)
-
-