Class InternalOccmDemandSignalDeliverySummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.InternalOccmDemandSignalDeliverySummary.Builder
 
- 
- Enclosing class:
- InternalOccmDemandSignalDeliverySummary
 
 public static class InternalOccmDemandSignalDeliverySummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalOccmDemandSignalDeliverySummary.BuilderacceptedQuantity(Long acceptedQuantity)The quantity of the resource that OCI will supply to the customer.InternalOccmDemandSignalDeliverySummarybuild()InternalOccmDemandSignalDeliverySummary.BuildercompartmentId(String compartmentId)The OCID of the tenancy from which the demand signal delivery resource is created.InternalOccmDemandSignalDeliverySummary.Buildercopy(InternalOccmDemandSignalDeliverySummary model)InternalOccmDemandSignalDeliverySummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.InternalOccmDemandSignalDeliverySummary.BuilderdemandSignalId(String demandSignalId)The OCID of the demand signal under which this delivery will be grouped.InternalOccmDemandSignalDeliverySummary.BuilderdemandSignalItemId(String demandSignalItemId)The OCID of the demand signal item corresponding to which this delivery is made.InternalOccmDemandSignalDeliverySummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.InternalOccmDemandSignalDeliverySummary.Builderid(String id)The OCID of this demand signal delivery resource.InternalOccmDemandSignalDeliverySummary.Builderjustification(String justification)This field could be used by OCI to communicate the reason for declining the request.InternalOccmDemandSignalDeliverySummary.BuilderlifecycleDetails(InternalOccmDemandSignalDelivery.LifecycleDetails lifecycleDetails)The enum values corresponding to the various states associated with the delivery resource.InternalOccmDemandSignalDeliverySummary.BuilderlifecycleState(InternalOccmDemandSignalDelivery.LifecycleState lifecycleState)The current lifecycle state of the resource.InternalOccmDemandSignalDeliverySummary.Buildernotes(String notes)This field acts as a notes section for operators.InternalOccmDemandSignalDeliverySummary.BuilderoccCustomerGroupId(String occCustomerGroupId)The OCID of the corresponding customer group to which this demand signal delivery resource belongs to.InternalOccmDemandSignalDeliverySummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.InternalOccmDemandSignalDeliverySummary.BuildertimeDelivered(Date timeDelivered)The date on which the OCI delivered the resource to the customers.
 
- 
- 
- 
Method Detail- 
idpublic InternalOccmDemandSignalDeliverySummary.Builder id(String id) The OCID of this demand signal delivery resource.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic InternalOccmDemandSignalDeliverySummary.Builder compartmentId(String compartmentId) The OCID of the tenancy from which the demand signal delivery resource is created.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
occCustomerGroupIdpublic InternalOccmDemandSignalDeliverySummary.Builder occCustomerGroupId(String occCustomerGroupId) The OCID of the corresponding customer group to which this demand signal delivery resource belongs to.- Parameters:
- occCustomerGroupId- the value to set
- Returns:
- this builder
 
 - 
demandSignalIdpublic InternalOccmDemandSignalDeliverySummary.Builder demandSignalId(String demandSignalId) The OCID of the demand signal under which this delivery will be grouped.- Parameters:
- demandSignalId- the value to set
- Returns:
- this builder
 
 - 
demandSignalItemIdpublic InternalOccmDemandSignalDeliverySummary.Builder demandSignalItemId(String demandSignalItemId) The OCID of the demand signal item corresponding to which this delivery is made.- Parameters:
- demandSignalItemId- the value to set
- Returns:
- this builder
 
 - 
acceptedQuantitypublic InternalOccmDemandSignalDeliverySummary.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
 
 - 
lifecycleStatepublic InternalOccmDemandSignalDeliverySummary.Builder lifecycleState(InternalOccmDemandSignalDelivery.LifecycleState lifecycleState) The current lifecycle state of the resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic InternalOccmDemandSignalDeliverySummary.Builder lifecycleDetails(InternalOccmDemandSignalDelivery.LifecycleDetails lifecycleDetails) The enum values corresponding to the various states associated with the delivery resource.SUBMITTED -> The state where operators have started working and thinking on the quantity that OCI can delivery for the corresponding demand signal item. IN_REVIEW -> The operators are waiting on approvals from different teams/folks in this state. ACCEPTED -> OCI has accepted your resource request and will deliver the quantity as specified by acceptance quantity of this resource. DECLINED -> OCI has declined you resource request. DELIVERED -> OCI has delivered the accepted quantity to the customers. NOTE: The resource becomes visible to customers in ACCEPTED, DECLINED or DELIVERED state. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
justificationpublic InternalOccmDemandSignalDeliverySummary.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
 
 - 
timeDeliveredpublic InternalOccmDemandSignalDeliverySummary.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
 
 - 
notespublic InternalOccmDemandSignalDeliverySummary.Builder notes(String notes) This field acts as a notes section for operators.- Parameters:
- notes- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic InternalOccmDemandSignalDeliverySummary.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 InternalOccmDemandSignalDeliverySummary.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 InternalOccmDemandSignalDeliverySummary.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
 
 - 
buildpublic InternalOccmDemandSignalDeliverySummary build() 
 - 
copypublic InternalOccmDemandSignalDeliverySummary.Builder copy(InternalOccmDemandSignalDeliverySummary model) 
 
- 
 
-