Interface AccountDetail.Builder

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

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

    • accountId

      AccountDetail.Builder accountId(String accountId)

      The Amazon Web Services account ID for the account.

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

      The email address for the account.

      Parameters:
      email - The email address for the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.