Interface ListKeysResponseListItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListKeysResponseListItem.Builder,ListKeysResponseListItem>,SdkBuilder<ListKeysResponseListItem.Builder,ListKeysResponseListItem>,SdkPojo
- Enclosing class:
- ListKeysResponseListItem
public static interface ListKeysResponseListItem.Builder extends SdkPojo, CopyableBuilder<ListKeysResponseListItem.Builder,ListKeysResponseListItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListKeysResponseListItem.Builderkey(String key)The key of the key value pair.ListKeysResponseListItem.Buildervalue(String value)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 Detail
-
key
ListKeysResponseListItem.Builder key(String 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
ListKeysResponseListItem.Builder value(String 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.
-
-