Interface AttributeValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AttributeValue.Builder,,AttributeValue> SdkBuilder<AttributeValue.Builder,,AttributeValue> SdkPojo
- Enclosing class:
AttributeValue
public static interface AttributeValue.Builder
extends SdkPojo, CopyableBuilder<AttributeValue.Builder,AttributeValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe specific value of anattributeName.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
-
value
The specific value of an
attributeName.- Parameters:
value- The specific value of anattributeName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-