Interface AttributeValueTarget.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AttributeValueTarget.Builder,,- AttributeValueTarget> - SdkBuilder<AttributeValueTarget.Builder,,- AttributeValueTarget> - SdkPojo
- Enclosing class:
- AttributeValueTarget
@Mutable
@NotThreadSafe
public static interface AttributeValueTarget.Builder
extends SdkPojo, CopyableBuilder<AttributeValueTarget.Builder,AttributeValueTarget> 
- 
Method SummaryModifier and TypeMethodDescriptionattributeValue(String attributeValue) The value of the attribute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
attributeValueThe 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.
 
 
-