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 ServiceCatalogSummarybuild()ServiceCatalogSummary.BuildercompartmentId(String compartmentId)The Compartment id where the service catalog exists.ServiceCatalogSummary.Buildercopy(ServiceCatalogSummary model)ServiceCatalogSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.ServiceCatalogSummary.BuilderdisplayName(String displayName)The name of the service catalog.ServiceCatalogSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.ServiceCatalogSummary.Builderid(String id)The unique identifier for the Service catalog.ServiceCatalogSummary.BuilderlifecycleState(ServiceCatalog.LifecycleState lifecycleState)The lifecycle state of the service catalog.ServiceCatalogSummary.Builderstatus(ServiceCatalogStatusEnum status)Status of the service catalog.ServiceCatalogSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.ServiceCatalogSummary.BuildertimeCreated(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
-
status
public ServiceCatalogSummary.Builder status(ServiceCatalogStatusEnum status)
Status of the service catalog.- Parameters:
status- 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
-
definedTags
public ServiceCatalogSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
freeformTags
public ServiceCatalogSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
systemTags
public ServiceCatalogSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public ServiceCatalogSummary build()
-
copy
public ServiceCatalogSummary.Builder copy(ServiceCatalogSummary model)
-
-