Class UpdateOccmDemandSignalItemDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.UpdateOccmDemandSignalItemDetails.Builder
 
- 
- Enclosing class:
- UpdateOccmDemandSignalItemDetails
 
 public static class UpdateOccmDemandSignalItemDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOccmDemandSignalItemDetails.BuilderavailabilityDomain(String availabilityDomain)The name of the availability domain for which you want to request the OCI resource.UpdateOccmDemandSignalItemDetailsbuild()UpdateOccmDemandSignalItemDetails.Buildercopy(UpdateOccmDemandSignalItemDetails model)UpdateOccmDemandSignalItemDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateOccmDemandSignalItemDetails.BuilderdemandQuantity(Long demandQuantity)The quantity of the resource that you want to demand from OCI.UpdateOccmDemandSignalItemDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateOccmDemandSignalItemDetails.Buildernotes(String notes)This field will serve as notes section for you.UpdateOccmDemandSignalItemDetails.Builderregion(String region)The region for which you want to request the resource for.UpdateOccmDemandSignalItemDetails.BuilderresourceProperties(Map<String,String> resourceProperties)A map of various properties associated with the OCI resource.UpdateOccmDemandSignalItemDetails.BuildertargetCompartmentId(String targetCompartmentId)The OCID of the tenancy for which you want to request the OCI resource for.UpdateOccmDemandSignalItemDetails.BuildertimeNeededBefore(Date timeNeededBefore)the date before which you would ideally like the OCI resource to be delivered to you.
 
- 
- 
- 
Method Detail- 
regionpublic UpdateOccmDemandSignalItemDetails.Builder region(String region) The region for which you want to request the resource for.- Parameters:
- region- the value to set
- Returns:
- this builder
 
 - 
availabilityDomainpublic UpdateOccmDemandSignalItemDetails.Builder availabilityDomain(String availabilityDomain) The name of the availability domain for which you want to request the OCI resource.- Parameters:
- availabilityDomain- the value to set
- Returns:
- this builder
 
 - 
targetCompartmentIdpublic UpdateOccmDemandSignalItemDetails.Builder targetCompartmentId(String targetCompartmentId) The OCID of the tenancy for which you want to request the OCI resource for.- Parameters:
- targetCompartmentId- the value to set
- Returns:
- this builder
 
 - 
demandQuantitypublic UpdateOccmDemandSignalItemDetails.Builder demandQuantity(Long demandQuantity) The quantity of the resource that you want to demand from OCI.- Parameters:
- demandQuantity- the value to set
- Returns:
- this builder
 
 - 
timeNeededBeforepublic UpdateOccmDemandSignalItemDetails.Builder timeNeededBefore(Date timeNeededBefore) the date before which you would ideally like the OCI resource to be delivered to you.- Parameters:
- timeNeededBefore- the value to set
- Returns:
- this builder
 
 - 
resourcePropertiespublic UpdateOccmDemandSignalItemDetails.Builder resourceProperties(Map<String,String> resourceProperties) A map of various properties associated with the OCI resource.This parameter will act as a replace parameter i.e the existing resource properties will be overridden by this update. - Parameters:
- resourceProperties- the value to set
- Returns:
- this builder
 
 - 
notespublic UpdateOccmDemandSignalItemDetails.Builder notes(String notes) This field will serve as notes section for you.You can use this section to convey a message to OCI regarding your resource request. NOTE: The previous value gets overwritten with the new one for this once updated. - Parameters:
- notes- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateOccmDemandSignalItemDetails.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 UpdateOccmDemandSignalItemDetails.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 UpdateOccmDemandSignalItemDetails build() 
 - 
copypublic UpdateOccmDemandSignalItemDetails.Builder copy(UpdateOccmDemandSignalItemDetails model) 
 
- 
 
-