Interface ItemIdentifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ItemIdentifier.Builder,
,ItemIdentifier> SdkBuilder<ItemIdentifier.Builder,
,ItemIdentifier> SdkPojo
- Enclosing class:
ItemIdentifier
@Mutable
@NotThreadSafe
public static interface ItemIdentifier.Builder
extends SdkPojo, CopyableBuilder<ItemIdentifier.Builder,ItemIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of related item.The type of related item.default ItemIdentifier.Builder
value
(Consumer<ItemValue.Builder> value) Details about the related item.Details about the related item.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
-
type
The type of related item.
- Parameters:
type
- The type of related item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of related item.
- Parameters:
type
- The type of related item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
Details about the related item.
- Parameters:
value
- Details about the related item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
Details about the related item.
This is a convenience method that creates an instance of theItemValue.Builder
avoiding the need to create one manually viaItemValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalue(ItemValue)
.- Parameters:
value
- a consumer that will call methods onItemValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-