public static class CreateChildTenancyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateChildTenancyDetails.Builder |
adminEmail(String adminEmail)
Email address of the child tenancy administrator.
|
CreateChildTenancyDetails |
build() |
CreateChildTenancyDetails.Builder |
compartmentId(String compartmentId)
The tenancy ID of the parent tenancy.
|
CreateChildTenancyDetails.Builder |
copy(CreateChildTenancyDetails model) |
CreateChildTenancyDetails.Builder |
governanceStatus(GovernanceStatus governanceStatus)
The governance status of the child tenancy.
|
CreateChildTenancyDetails.Builder |
homeRegion(String homeRegion)
The home region to use for the child tenancy.
|
CreateChildTenancyDetails.Builder |
policyName(String policyName)
The name to use for the administrator policy in the child tenancy.
|
CreateChildTenancyDetails.Builder |
tenancyName(String tenancyName)
The tenancy name to use for the child tenancy.
|
public CreateChildTenancyDetails.Builder compartmentId(String compartmentId)
The tenancy ID of the parent tenancy.
compartmentId
- the value to setpublic CreateChildTenancyDetails.Builder tenancyName(String tenancyName)
The tenancy name to use for the child tenancy.
tenancyName
- the value to setpublic CreateChildTenancyDetails.Builder homeRegion(String homeRegion)
The home region to use for the child tenancy. This must be a region where the parent tenancy is subscribed.
homeRegion
- the value to setpublic CreateChildTenancyDetails.Builder adminEmail(String adminEmail)
Email address of the child tenancy administrator.
adminEmail
- the value to setpublic CreateChildTenancyDetails.Builder policyName(String policyName)
The name to use for the administrator policy in the child tenancy. Must contain only letters and underscores.
policyName
- the value to setpublic CreateChildTenancyDetails.Builder governanceStatus(GovernanceStatus governanceStatus)
The governance status of the child tenancy.
governanceStatus
- the value to setpublic CreateChildTenancyDetails build()
public CreateChildTenancyDetails.Builder copy(CreateChildTenancyDetails model)
Copyright © 2016–2024. All rights reserved.