Class UpdateInternalOccmDemandSignalDeliveryDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.UpdateInternalOccmDemandSignalDeliveryDetails.Builder
 
- 
- Enclosing class:
- UpdateInternalOccmDemandSignalDeliveryDetails
 
 public static class UpdateInternalOccmDemandSignalDeliveryDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
acceptedQuantitypublic UpdateInternalOccmDemandSignalDeliveryDetails.Builder acceptedQuantity(Long acceptedQuantity) The quantity of the resource that OCI will supply to the customer.- Parameters:
- acceptedQuantity- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic UpdateInternalOccmDemandSignalDeliveryDetails.Builder lifecycleDetails(InternalOccmDemandSignalDelivery.LifecycleDetails lifecycleDetails) The state in which we want to transition the demand signal delivery resource.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
timeDeliveredpublic UpdateInternalOccmDemandSignalDeliveryDetails.Builder timeDelivered(Date timeDelivered) The date on which the OCI delivered the resource to the customers.- Parameters:
- timeDelivered- the value to set
- Returns:
- this builder
 
 - 
justificationpublic UpdateInternalOccmDemandSignalDeliveryDetails.Builder justification(String justification) This field could be used by OCI to communicate the reason for declining the request.- Parameters:
- justification- the value to set
- Returns:
- this builder
 
 - 
notespublic UpdateInternalOccmDemandSignalDeliveryDetails.Builder notes(String notes) This field acts as a notes section for operators.- Parameters:
- notes- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateInternalOccmDemandSignalDeliveryDetails.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 UpdateInternalOccmDemandSignalDeliveryDetails.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 UpdateInternalOccmDemandSignalDeliveryDetails build() 
 - 
copypublic UpdateInternalOccmDemandSignalDeliveryDetails.Builder copy(UpdateInternalOccmDemandSignalDeliveryDetails model) 
 
- 
 
-