Interface ItemResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ItemResponse.Builder,ItemResponse>,SdkBuilder<ItemResponse.Builder,ItemResponse>,SdkPojo
- Enclosing class:
- ItemResponse
@Mutable @NotThreadSafe public static interface ItemResponse.Builder extends SdkPojo, CopyableBuilder<ItemResponse.Builder,ItemResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemResponse.Builderitem(Map<String,AttributeValue> item)Map of attribute data consisting of the data type and attribute value.-
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 Detail
-
item
ItemResponse.Builder item(Map<String,AttributeValue> item)
Map of attribute data consisting of the data type and attribute value.
- Parameters:
item- Map of attribute data consisting of the data type and attribute value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-