public static interface AccountInfo.Builder extends SdkPojo, CopyableBuilder<AccountInfo.Builder,AccountInfo>
| Modifier and Type | Method and Description |
|---|---|
AccountInfo.Builder |
accountId(String accountId)
The identifier of the AWS account that is assigned to the user.
|
AccountInfo.Builder |
accountName(String accountName)
The display name of the AWS account that is assigned to the user.
|
AccountInfo.Builder |
emailAddress(String emailAddress)
The email address of the AWS account that is assigned to the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountInfo.Builder accountId(String accountId)
The identifier of the AWS account that is assigned to the user.
accountId - The identifier of the AWS account that is assigned to the user.AccountInfo.Builder accountName(String accountName)
The display name of the AWS account that is assigned to the user.
accountName - The display name of the AWS account that is assigned to the user.AccountInfo.Builder emailAddress(String emailAddress)
The email address of the AWS account that is assigned to the user.
emailAddress - The email address of the AWS account that is assigned to the user.Copyright © 2020. All rights reserved.