Interface KeyValueStore.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KeyValueStore.Builder,
,KeyValueStore> SdkBuilder<KeyValueStore.Builder,
,KeyValueStore> SdkPojo
- Enclosing class:
KeyValueStore
public static interface KeyValueStore.Builder
extends SdkPojo, CopyableBuilder<KeyValueStore.Builder,KeyValueStore>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the key value store.A comment for the key value store.The unique Id for the key value store.lastModifiedTime
(Instant lastModifiedTime) The last-modified time of the key value store.The name of the key value store.The status of the key value store.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, sdkFields
-
Method Details
-
name
The name of the key value store.
- Parameters:
name
- The name of the key value store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique Id for the key value store.
- Parameters:
id
- The unique Id for the key value store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comment
A comment for the key value store.
- Parameters:
comment
- A comment for the key value store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the key value store.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the key value store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the key value store.
- Parameters:
status
- The status of the key value store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The last-modified time of the key value store.
- Parameters:
lastModifiedTime
- The last-modified time of the key value store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-