Class CreateOccmDemandSignalDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.CreateOccmDemandSignalDetails.Builder
 
- 
- Enclosing class:
- CreateOccmDemandSignalDetails
 
 public static class CreateOccmDemandSignalDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateOccmDemandSignalDetailsbuild()CreateOccmDemandSignalDetails.BuildercompartmentId(String compartmentId)The OCID of the tenancy where we would like to create a demand signal.CreateOccmDemandSignalDetails.Buildercopy(CreateOccmDemandSignalDetails model)CreateOccmDemandSignalDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateOccmDemandSignalDetails.Builderdescription(String description)A short description of the demand signal.CreateOccmDemandSignalDetails.BuilderdisplayName(String displayName)The user-friendly name of the demand signal.CreateOccmDemandSignalDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateOccmDemandSignalDetails.Builder compartmentId(String compartmentId) The OCID of the tenancy where we would like to create a demand signal.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CreateOccmDemandSignalDetails.Builder displayName(String displayName) The user-friendly name of the demand signal.Does not have to be unique. Avoid entering anything confidential. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateOccmDemandSignalDetails.Builder description(String description) A short description of the demand signal.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateOccmDemandSignalDetails.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 CreateOccmDemandSignalDetails.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
 
 - 
buildpublic CreateOccmDemandSignalDetails build() 
 - 
copypublic CreateOccmDemandSignalDetails.Builder copy(CreateOccmDemandSignalDetails model) 
 
- 
 
-