Interface AttributeValueItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AttributeValueItem.Builder,
,AttributeValueItem> SdkBuilder<AttributeValueItem.Builder,
,AttributeValueItem> SdkPojo
- Enclosing class:
AttributeValueItem
@Mutable
@NotThreadSafe
public static interface AttributeValueItem.Builder
extends SdkPojo, CopyableBuilder<AttributeValueItem.Builder,AttributeValueItem>
-
Method Summary
Modifier and TypeMethodDescriptionAn individual value belonging to the given attribute.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
value
An individual value belonging to the given attribute.
- Parameters:
value
- An individual value belonging to the given attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-