public static class OrganizationTenancySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public OrganizationTenancySummary.Builder tenancyId(String tenancyId)
OCID of the tenancy.
tenancyId
- the value to setpublic OrganizationTenancySummary.Builder name(String name)
Name of the tenancy.
name
- the value to setpublic OrganizationTenancySummary.Builder lifecycleState(OrganizationTenancyLifecycleState lifecycleState)
Lifecycle state of the organization tenancy.
lifecycleState
- the value to setpublic OrganizationTenancySummary.Builder role(OrganizationTenancyRole role)
Role of the organization tenancy.
role
- the value to setpublic OrganizationTenancySummary.Builder timeJoined(Date timeJoined)
Date and time when the tenancy joined the organization.
timeJoined
- the value to setpublic OrganizationTenancySummary.Builder timeLeft(Date timeLeft)
Date and time when the tenancy left the organization.
timeLeft
- the value to setpublic OrganizationTenancySummary.Builder isApprovedForTransfer(Boolean isApprovedForTransfer)
Parameter to indicate the tenancy is approved for transfer to another organization.
isApprovedForTransfer
- the value to setpublic OrganizationTenancySummary.Builder governanceStatus(GovernanceStatus governanceStatus)
The governance status of the tenancy.
governanceStatus
- the value to setpublic OrganizationTenancySummary build()
public OrganizationTenancySummary.Builder copy(OrganizationTenancySummary model)
Copyright © 2016–2024. All rights reserved.