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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TenancyInformation
build()
TenancyInformation.Builder
copy(TenancyInformation model)
TenancyInformation.Builder
customerSupportKey(String customerSupportKey)
The Customer Support Identifier (CSI) number associated with the tenancy.TenancyInformation.Builder
tenancyId(String tenancyId)
The OCID of the tenancy.
-
-
-
Method Detail
-
customerSupportKey
public TenancyInformation.Builder customerSupportKey(String customerSupportKey)
The Customer Support Identifier (CSI) number associated with the tenancy.- Parameters:
customerSupportKey
- the value to set- Returns:
- this builder
-
tenancyId
public TenancyInformation.Builder tenancyId(String tenancyId)
The OCID of the tenancy.- Parameters:
tenancyId
- the value to set- Returns:
- this builder
-
build
public TenancyInformation build()
-
copy
public TenancyInformation.Builder copy(TenancyInformation model)
-
-