public static interface AWSAccount.Builder extends SdkPojo, CopyableBuilder<AWSAccount.Builder,AWSAccount>
| Modifier and Type | Method and Description |
|---|---|
AWSAccount.Builder |
emailAddress(String emailAddress)
The email address that's associated with the Amazon Web Services account.
|
AWSAccount.Builder |
id(String id)
The identifier for the Amazon Web Services account.
|
AWSAccount.Builder |
name(String name)
The name of the Amazon Web Services account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAWSAccount.Builder id(String id)
The identifier for the Amazon Web Services account.
id - The identifier for the Amazon Web Services account.AWSAccount.Builder emailAddress(String emailAddress)
The email address that's associated with the Amazon Web Services account.
emailAddress - The email address that's associated with the Amazon Web Services account.AWSAccount.Builder name(String name)
The name of the Amazon Web Services account.
name - The name of the Amazon Web Services account.Copyright © 2022. All rights reserved.