Interface AWSAccount.Builder

    • Method Detail

      • id

        AWSAccount.Builder id​(String 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

        AWSAccount.Builder name​(String 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.