Class OccCustomer.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.OccCustomer.Builder
 
- 
- Enclosing class:
- OccCustomer
 
 public static class OccCustomer.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OccCustomerbuild()OccCustomer.Buildercopy(OccCustomer model)OccCustomer.Builderdescription(String description)The description about the customer group.OccCustomer.BuilderdisplayName(String displayName)The display name for the customerOccCustomer.BuilderoccCustomerGroupId(String occCustomerGroupId)The OCID of the customer group.OccCustomer.Builderstatus(OccCustomer.Status status)To determine whether the customer is enabled/disabled.OccCustomer.BuildertenancyId(String tenancyId)The OCID of the tenancy belonging to the customer.
 
- 
- 
- 
Method Detail- 
occCustomerGroupIdpublic OccCustomer.Builder occCustomerGroupId(String occCustomerGroupId) The OCID of the customer group.- Parameters:
- occCustomerGroupId- the value to set
- Returns:
- this builder
 
 - 
tenancyIdpublic OccCustomer.Builder tenancyId(String tenancyId) The OCID of the tenancy belonging to the customer.- Parameters:
- tenancyId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic OccCustomer.Builder displayName(String displayName) The display name for the customer- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic OccCustomer.Builder description(String description) The description about the customer group.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
statuspublic OccCustomer.Builder status(OccCustomer.Status status) To determine whether the customer is enabled/disabled.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
buildpublic OccCustomer build() 
 - 
copypublic OccCustomer.Builder copy(OccCustomer model) 
 
- 
 
-