public static interface AccountAttribute.Builder extends CopyableBuilder<AccountAttribute.Builder,AccountAttribute>
| Modifier and Type | Method and Description |
|---|---|
AccountAttribute.Builder |
attributeName(String attributeName)
The name of the account attribute.
|
AccountAttribute.Builder |
attributeValues(AccountAttributeValue... attributeValues)
One or more values for the account attribute.
|
AccountAttribute.Builder |
attributeValues(Collection<AccountAttributeValue> attributeValues)
One or more values for the account attribute.
|
copyapply, buildAccountAttribute.Builder attributeName(String attributeName)
The name of the account attribute.
attributeName - The name of the account attribute.AccountAttribute.Builder attributeValues(Collection<AccountAttributeValue> attributeValues)
One or more values for the account attribute.
attributeValues - One or more values for the account attribute.AccountAttribute.Builder attributeValues(AccountAttributeValue... attributeValues)
One or more values for the account attribute.
attributeValues - One or more values for the account attribute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.