Interface AdminAccount.Builder

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

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

    • adminAccountId

      AdminAccount.Builder adminAccountId(String adminAccountId)

      The Amazon Web Services account ID for the account.

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

      AdminAccount.Builder adminStatus(String adminStatus)

      Indicates whether the account is enabled as the delegated administrator.

      Parameters:
      adminStatus - Indicates whether the account is enabled as the delegated administrator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • adminStatus

      AdminAccount.Builder adminStatus(AdminStatus adminStatus)

      Indicates whether the account is enabled as the delegated administrator.

      Parameters:
      adminStatus - Indicates whether the account is enabled as the delegated administrator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: