Interface AccountAttributeValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AccountAttributeValue.Builder,,AccountAttributeValue> SdkBuilder<AccountAttributeValue.Builder,,AccountAttributeValue> SdkPojo
- Enclosing class:
 AccountAttributeValue
public static interface AccountAttributeValue.Builder
extends SdkPojo, CopyableBuilder<AccountAttributeValue.Builder,AccountAttributeValue> 
- 
Method Summary
Modifier and TypeMethodDescriptionattributeValue(String attributeValue) The value of the attribute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
attributeValue
The value of the attribute.
- Parameters:
 attributeValue- The value of the attribute.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -