public static interface GetEnrollmentStatusResponse.Builder extends ComputeOptimizerResponse.Builder, SdkPojo, CopyableBuilder<GetEnrollmentStatusResponse.Builder,GetEnrollmentStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEnrollmentStatusResponse.Builder |
memberAccountsEnrolled(Boolean memberAccountsEnrolled)
Confirms the enrollment status of member accounts within the organization, if the account is a management
account of an organization.
|
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 within the organization, if the account is a management account of an organization.
memberAccountsEnrolled - Confirms the enrollment status of member accounts within the organization, if the account is a
management account of an organization.Copyright © 2021. All rights reserved.