Class OccmDemandSignalCatalog.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.OccmDemandSignalCatalog.Builder
 
- 
- Enclosing class:
- OccmDemandSignalCatalog
 
 public static class OccmDemandSignalCatalog.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OccmDemandSignalCatalogbuild()OccmDemandSignalCatalog.BuildercompartmentId(String compartmentId)compartment id from where demand signal catalog is created.OccmDemandSignalCatalog.Buildercopy(OccmDemandSignalCatalog model)OccmDemandSignalCatalog.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.OccmDemandSignalCatalog.Builderdescription(String description)description of demand signal catalog.OccmDemandSignalCatalog.BuilderdisplayName(String displayName)displayName of demand signal catalog.OccmDemandSignalCatalog.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.OccmDemandSignalCatalog.Builderid(String id)The ocid of demand signal catalog.OccmDemandSignalCatalog.BuilderlifecycleState(OccmDemandSignalCatalog.LifecycleState lifecycleState)The current lifecycle state of the resource.OccmDemandSignalCatalog.BuilderoccCustomerGroupId(String occCustomerGroupId)The customer group OCID to which the availability catalog belongs.OccmDemandSignalCatalog.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.OccmDemandSignalCatalog.BuildertimeCreated(Date timeCreated)The time when the demand signal catalog was created.OccmDemandSignalCatalog.BuildertimeUpdated(Date timeUpdated)The time when the demand signal catalog was last updated.
 
- 
- 
- 
Method Detail- 
idpublic OccmDemandSignalCatalog.Builder id(String id) The ocid of demand signal catalog.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic OccmDemandSignalCatalog.Builder compartmentId(String compartmentId) compartment id from where demand signal catalog is created.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
occCustomerGroupIdpublic OccmDemandSignalCatalog.Builder occCustomerGroupId(String occCustomerGroupId) The customer group OCID to which the availability catalog belongs.- Parameters:
- occCustomerGroupId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic OccmDemandSignalCatalog.Builder displayName(String displayName) displayName of demand signal catalog.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic OccmDemandSignalCatalog.Builder description(String description) description of demand signal catalog.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic OccmDemandSignalCatalog.Builder lifecycleState(OccmDemandSignalCatalog.LifecycleState lifecycleState) The current lifecycle state of the resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic OccmDemandSignalCatalog.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
 
 - 
definedTagspublic OccmDemandSignalCatalog.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
 
 - 
systemTagspublic OccmDemandSignalCatalog.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
 
 - 
timeCreatedpublic OccmDemandSignalCatalog.Builder timeCreated(Date timeCreated) The time when the demand signal catalog was created.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic OccmDemandSignalCatalog.Builder timeUpdated(Date timeUpdated) The time when the demand signal catalog was last updated.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic OccmDemandSignalCatalog build() 
 - 
copypublic OccmDemandSignalCatalog.Builder copy(OccmDemandSignalCatalog model) 
 
- 
 
-