Package com.oracle.bmc.cims.model
Class TenancyInformation.Builder
- java.lang.Object
- 
- com.oracle.bmc.cims.model.TenancyInformation.Builder
 
- 
- Enclosing class:
- TenancyInformation
 
 public static class TenancyInformation.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TenancyInformationbuild()TenancyInformation.Buildercopy(TenancyInformation model)TenancyInformation.BuildercustomerSupportKey(String customerSupportKey)The Customer Support Identifier (CSI) number associated with the tenancy.TenancyInformation.BuildertenancyId(String tenancyId)The OCID of the tenancy.
 
- 
- 
- 
Method Detail- 
customerSupportKeypublic TenancyInformation.Builder customerSupportKey(String customerSupportKey) The Customer Support Identifier (CSI) number associated with the tenancy.- Parameters:
- customerSupportKey- the value to set
- Returns:
- this builder
 
 - 
tenancyIdpublic TenancyInformation.Builder tenancyId(String tenancyId) The OCID of the tenancy.- Parameters:
- tenancyId- the value to set
- Returns:
- this builder
 
 - 
buildpublic TenancyInformation build() 
 - 
copypublic TenancyInformation.Builder copy(TenancyInformation model) 
 
- 
 
-