public static interface AccountEnrollmentStatus.Builder extends SdkPojo, CopyableBuilder<AccountEnrollmentStatus.Builder,AccountEnrollmentStatus>
| Modifier and Type | Method and Description |
|---|---|
AccountEnrollmentStatus.Builder |
accountId(String accountId)
The Amazon Web Services account ID.
|
AccountEnrollmentStatus.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
|
AccountEnrollmentStatus.Builder |
status(Status status)
The account enrollment status.
|
AccountEnrollmentStatus.Builder |
status(String status)
The account enrollment status.
|
AccountEnrollmentStatus.Builder |
statusReason(String statusReason)
The reason for the account enrollment status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountEnrollmentStatus.Builder accountId(String accountId)
The Amazon Web Services account ID.
accountId - The Amazon Web Services account ID.AccountEnrollmentStatus.Builder status(String status)
The account enrollment status.
AccountEnrollmentStatus.Builder status(Status status)
The account enrollment status.
AccountEnrollmentStatus.Builder statusReason(String statusReason)
The reason for the account enrollment status.
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 account enrollment status.
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.
AccountEnrollmentStatus.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.Copyright © 2023. All rights reserved.