Interface AccountEnrollmentStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AccountEnrollmentStatus.Builder,AccountEnrollmentStatus>, SdkBuilder<AccountEnrollmentStatus.Builder,AccountEnrollmentStatus>, SdkPojo
Enclosing class:
AccountEnrollmentStatus

public static interface AccountEnrollmentStatus.Builder extends SdkPojo, CopyableBuilder<AccountEnrollmentStatus.Builder,AccountEnrollmentStatus>
  • Method Details

    • accountId

      The Amazon Web Services account ID.

      Parameters:
      accountId - The Amazon Web Services account ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The account enrollment status.

      Parameters:
      status - The account enrollment status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The account enrollment status.

      Parameters:
      status - The account enrollment status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTimestamp

      AccountEnrollmentStatus.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)

      The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.

      Parameters:
      lastUpdatedTimestamp - The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.