public static class TenancyInformation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public TenancyInformation.Builder customerSupportKey(String customerSupportKey)
The Customer Support Identifier (CSI) number associated with the tenancy.
customerSupportKey
- the value to setpublic TenancyInformation.Builder tenancyId(String tenancyId)
The OCID of the tenancy.
tenancyId
- the value to setpublic TenancyInformation build()
public TenancyInformation.Builder copy(TenancyInformation model)
Copyright © 2016–2024. All rights reserved.