Package com.oracle.bmc.mngdmac.model
Class OpsActionUpdateMacOrderDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.mngdmac.model.OpsActionUpdateMacOrderDetails.Builder
 
- 
- Enclosing class:
- OpsActionUpdateMacOrderDetails
 
 public static class OpsActionUpdateMacOrderDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OpsActionUpdateMacOrderDetailsbuild()OpsActionUpdateMacOrderDetails.Buildercopy(OpsActionUpdateMacOrderDetails model)OpsActionUpdateMacOrderDetails.BuilderipRange(String ipRange)The IP Range specified by the customer for this order.OpsActionUpdateMacOrderDetails.BuilderorderStatus(MacOrder.OrderStatus orderStatus)The new status of the MacOrder.OpsActionUpdateMacOrderDetails.BuildertimeBillingEnded(Date timeBillingEnded)The date and time this mac order until which this mac is Active.OpsActionUpdateMacOrderDetails.BuildertimeBillingStarted(Date timeBillingStarted)The date and time this mac order is Active from.
 
- 
- 
- 
Method Detail- 
orderStatuspublic OpsActionUpdateMacOrderDetails.Builder orderStatus(MacOrder.OrderStatus orderStatus) The new status of the MacOrder.- Parameters:
- orderStatus- the value to set
- Returns:
- this builder
 
 - 
ipRangepublic OpsActionUpdateMacOrderDetails.Builder ipRange(String ipRange) The IP Range specified by the customer for this order.- Parameters:
- ipRange- the value to set
- Returns:
- this builder
 
 - 
timeBillingStartedpublic OpsActionUpdateMacOrderDetails.Builder timeBillingStarted(Date timeBillingStarted) The date and time this mac order is Active from.An RFC3339 formatted datetime string. - Parameters:
- timeBillingStarted- the value to set
- Returns:
- this builder
 
 - 
timeBillingEndedpublic OpsActionUpdateMacOrderDetails.Builder timeBillingEnded(Date timeBillingEnded) The date and time this mac order until which this mac is Active.An RFC3339 formatted datetime string. - Parameters:
- timeBillingEnded- the value to set
- Returns:
- this builder
 
 - 
buildpublic OpsActionUpdateMacOrderDetails build() 
 - 
copypublic OpsActionUpdateMacOrderDetails.Builder copy(OpsActionUpdateMacOrderDetails model) 
 
- 
 
-