Interface Account.Builder

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

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

    • accountID

      Account.Builder accountID(String accountID)

      Account ID of AWS account.

      Parameters:
      accountID - Account ID of AWS account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.