Class UpdateInternalOccmDemandSignalDeliveryDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.capacitymanagement.model.UpdateInternalOccmDemandSignalDeliveryDetails.Builder
-
- Enclosing class:
- UpdateInternalOccmDemandSignalDeliveryDetails
public static class UpdateInternalOccmDemandSignalDeliveryDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
acceptedQuantity
public 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
-
lifecycleDetails
public 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
-
timeDelivered
public 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
-
justification
public 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
-
notes
public UpdateInternalOccmDemandSignalDeliveryDetails.Builder notes(String notes)
This field acts as a notes section for operators.- Parameters:
notes
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdateInternalOccmDemandSignalDeliveryDetails build()
-
copy
public UpdateInternalOccmDemandSignalDeliveryDetails.Builder copy(UpdateInternalOccmDemandSignalDeliveryDetails model)
-
-