public static interface Account.Builder extends SdkPojo, CopyableBuilder<Account.Builder,Account>
| Modifier and Type | Method and Description |
|---|---|
Account.Builder |
accountId(String accountId)
The account identifier of the AWS account.
|
Account.Builder |
emailAddress(String emailAddress)
The AWS account root user email address for the AWS account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccount.Builder accountId(String accountId)
The account identifier of the AWS account.
accountId - The account identifier of the AWS account.Account.Builder emailAddress(String emailAddress)
The AWS account root user email address for the AWS account.
emailAddress - The AWS account root user email address for the AWS account.Copyright © 2021. All rights reserved.