Interface KeyValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<KeyValue.Builder,,KeyValue> SdkBuilder<KeyValue.Builder,,KeyValue> SdkPojo
- Enclosing class:
 KeyValue
public static interface KeyValue.Builder
extends SdkPojo, CopyableBuilder<KeyValue.Builder,KeyValue> 
- 
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
key
The 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.
 
 - 
value
The 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.
 
 
 -