Class OccmDemandSignalCatalogSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.capacitymanagement.model.OccmDemandSignalCatalogSummary.Builder
-
- Enclosing class:
- OccmDemandSignalCatalogSummary
public static class OccmDemandSignalCatalogSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OccmDemandSignalCatalogSummary
build()
OccmDemandSignalCatalogSummary.Builder
compartmentId(String compartmentId)
compartment id from where demand signal catalog is created.OccmDemandSignalCatalogSummary.Builder
copy(OccmDemandSignalCatalogSummary model)
OccmDemandSignalCatalogSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.OccmDemandSignalCatalogSummary.Builder
description(String description)
description of demand signal catalog.OccmDemandSignalCatalogSummary.Builder
displayName(String displayName)
displayName of demand signal catalog.OccmDemandSignalCatalogSummary.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.OccmDemandSignalCatalogSummary.Builder
id(String id)
The ocid of demand signal catalog.OccmDemandSignalCatalogSummary.Builder
lifecycleState(OccmDemandSignalCatalog.LifecycleState lifecycleState)
The current lifecycle state of the demand signal catalog.OccmDemandSignalCatalogSummary.Builder
occCustomerGroupId(String occCustomerGroupId)
The customer group OCID to which the availability catalog belongs.OccmDemandSignalCatalogSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.OccmDemandSignalCatalogSummary.Builder
timeCreated(Date timeCreated)
The time when the demand signal catalog was created.OccmDemandSignalCatalogSummary.Builder
timeUpdated(Date timeUpdated)
The time when the demand signal catalog was last updated.
-
-
-
Method Detail
-
compartmentId
public OccmDemandSignalCatalogSummary.Builder compartmentId(String compartmentId)
compartment id from where demand signal catalog is created.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
occCustomerGroupId
public OccmDemandSignalCatalogSummary.Builder occCustomerGroupId(String occCustomerGroupId)
The customer group OCID to which the availability catalog belongs.- Parameters:
occCustomerGroupId
- the value to set- Returns:
- this builder
-
id
public OccmDemandSignalCatalogSummary.Builder id(String id)
The ocid of demand signal catalog.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public OccmDemandSignalCatalogSummary.Builder displayName(String displayName)
displayName of demand signal catalog.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public OccmDemandSignalCatalogSummary.Builder description(String description)
description of demand signal catalog.- Parameters:
description
- the value to set- Returns:
- this builder
-
lifecycleState
public OccmDemandSignalCatalogSummary.Builder lifecycleState(OccmDemandSignalCatalog.LifecycleState lifecycleState)
The current lifecycle state of the demand signal catalog.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
freeformTags
public OccmDemandSignalCatalogSummary.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
-
definedTags
public OccmDemandSignalCatalogSummary.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
-
systemTags
public OccmDemandSignalCatalogSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
timeCreated
public OccmDemandSignalCatalogSummary.Builder timeCreated(Date timeCreated)
The time when the demand signal catalog was created.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public OccmDemandSignalCatalogSummary.Builder timeUpdated(Date timeUpdated)
The time when the demand signal catalog was last updated.- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
build
public OccmDemandSignalCatalogSummary build()
-
copy
public OccmDemandSignalCatalogSummary.Builder copy(OccmDemandSignalCatalogSummary model)
-
-