Interface AWSAccount.Builder

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

public static interface AWSAccount.Builder extends SdkPojo, CopyableBuilder<AWSAccount.Builder,AWSAccount>
  • 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.