CopyableBuilder<AccountAttribute.Builder,AccountAttribute>
, SdkBuilder<AccountAttribute.Builder,AccountAttribute>
public static interface AccountAttribute.Builder extends CopyableBuilder<AccountAttribute.Builder,AccountAttribute>
Modifier and Type | Method | Description |
---|---|---|
AccountAttribute.Builder |
attributeName(String attributeName) |
The name of the account attribute.
|
AccountAttribute.Builder |
attributeValues(Collection<AccountAttributeValue> attributeValues) |
One or more values for the account attribute.
|
AccountAttribute.Builder |
attributeValues(AccountAttributeValue... attributeValues) |
One or more values for the account attribute.
|
copy
apply, build
AccountAttribute.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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributeValues(java.util.Collection)
or #withAttributeValues(java.util.Collection)
if
you want to override the existing values.
attributeValues
- One or more values for the account attribute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.