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