Interface KeyValue.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<KeyValue.Builder,,- KeyValue> - SdkBuilder<KeyValue.Builder,,- KeyValue> - SdkPojo
- Enclosing class:
- KeyValue
@Mutable
@NotThreadSafe
public static interface KeyValue.Builder
extends SdkPojo, CopyableBuilder<KeyValue.Builder,KeyValue> 
- 
Method SummaryModifier and TypeMethodDescriptionThe unique identifier of a key-value pair.The value part of the identified key.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- 
keyThe unique identifier of a key-value pair. - Parameters:
- key- The unique identifier of a key-value pair.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe value part of the identified key. - Parameters:
- value- The value part of the identified key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-