public static interface GetEnrollmentStatusResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<GetEnrollmentStatusResponse.Builder,GetEnrollmentStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEnrollmentStatusResponse.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
|
GetEnrollmentStatusResponse.Builder |
memberAccountsEnrolled(Boolean memberAccountsEnrolled)
Confirms the enrollment status of member accounts of the organization, if the account is a management account
of an organization.
|
GetEnrollmentStatusResponse.Builder |
numberOfMemberAccountsOptedIn(Integer numberOfMemberAccountsOptedIn)
The count of organization member accounts that are opted in to the service, if your account is an
organization management account.
|
GetEnrollmentStatusResponse.Builder |
status(Status status)
The enrollment status of the account.
|
GetEnrollmentStatusResponse.Builder |
status(String status)
The enrollment status of the account.
|
GetEnrollmentStatusResponse.Builder |
statusReason(String statusReason)
The reason for the enrollment status of the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnrollmentStatusResponse.Builder status(String status)
The enrollment status of the account.
GetEnrollmentStatusResponse.Builder status(Status status)
The enrollment status of the account.
GetEnrollmentStatusResponse.Builder statusReason(String statusReason)
The reason for the enrollment status of the account.
For example, an account might show a status of Pending because member accounts of an
organization require more time to be enrolled in the service.
statusReason - The reason for the enrollment status of the account.
For example, an account might show a status of Pending because member accounts of an
organization require more time to be enrolled in the service.
GetEnrollmentStatusResponse.Builder memberAccountsEnrolled(Boolean memberAccountsEnrolled)
Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization.
memberAccountsEnrolled - Confirms the enrollment status of member accounts of the organization, if the account is a management
account of an organization.GetEnrollmentStatusResponse.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
lastUpdatedTimestamp - The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.GetEnrollmentStatusResponse.Builder numberOfMemberAccountsOptedIn(Integer numberOfMemberAccountsOptedIn)
The count of organization member accounts that are opted in to the service, if your account is an organization management account.
numberOfMemberAccountsOptedIn - The count of organization member accounts that are opted in to the service, if your account is an
organization management account.Copyright © 2023. All rights reserved.