public static interface CreateKeyspaceRequest.Builder extends KeyspacesRequest.Builder, SdkPojo, CopyableBuilder<CreateKeyspaceRequest.Builder,CreateKeyspaceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateKeyspaceRequest.Builder |
keyspaceName(String keyspaceName)
The name of the keyspace to be created.
|
CreateKeyspaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateKeyspaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateKeyspaceRequest.Builder |
tags(Collection<Tag> tags)
A list of key-value pair tags to be attached to the keyspace.
|
CreateKeyspaceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of key-value pair tags to be attached to the keyspace.
|
CreateKeyspaceRequest.Builder |
tags(Tag... tags)
A list of key-value pair tags to be attached to the keyspace.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateKeyspaceRequest.Builder keyspaceName(String keyspaceName)
The name of the keyspace to be created.
keyspaceName - The name of the keyspace to be created.CreateKeyspaceRequest.Builder tags(Collection<Tag> tags)
A list of key-value pair tags to be attached to the keyspace.
For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.
tags - A list of key-value pair tags to be attached to the keyspace.
For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.
CreateKeyspaceRequest.Builder tags(Tag... tags)
A list of key-value pair tags to be attached to the keyspace.
For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.
tags - A list of key-value pair tags to be attached to the keyspace.
For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.
CreateKeyspaceRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of key-value pair tags to be attached to the keyspace.
For more information, see Adding tags and labels to Amazon Keyspaces resources in the Amazon Keyspaces Developer Guide.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateKeyspaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateKeyspaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.