Interface AWSAccount.Builder

  • Method Details

    • id

      The identifier for the Amazon Web Services account.

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

      AWSAccount.Builder emailAddress(String emailAddress)

      The email address that's associated with the Amazon Web Services account.

      Parameters:
      emailAddress - The email address that's associated with the Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the Amazon Web Services account.

      Parameters:
      name - The name of the Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.