Uses of Interface
software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest.Builder
-
Packages that use CreateKeyspaceRequest.Builder Package Description software.amazon.awssdk.services.keyspaces Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible database service.software.amazon.awssdk.services.keyspaces.model -
-
Uses of CreateKeyspaceRequest.Builder in software.amazon.awssdk.services.keyspaces
Method parameters in software.amazon.awssdk.services.keyspaces with type arguments of type CreateKeyspaceRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateKeyspaceResponse>KeyspacesAsyncClient. createKeyspace(Consumer<CreateKeyspaceRequest.Builder> createKeyspaceRequest)TheCreateKeyspaceoperation adds a new keyspace to your account.default CreateKeyspaceResponseKeyspacesClient. createKeyspace(Consumer<CreateKeyspaceRequest.Builder> createKeyspaceRequest)TheCreateKeyspaceoperation adds a new keyspace to your account. -
Uses of CreateKeyspaceRequest.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return CreateKeyspaceRequest.Builder Modifier and Type Method Description static CreateKeyspaceRequest.BuilderCreateKeyspaceRequest. builder()CreateKeyspaceRequest.BuilderCreateKeyspaceRequest.Builder. keyspaceName(String keyspaceName)The name of the keyspace to be created.CreateKeyspaceRequest.BuilderCreateKeyspaceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateKeyspaceRequest.BuilderCreateKeyspaceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateKeyspaceRequest.BuilderCreateKeyspaceRequest.Builder. replicationSpecification(Consumer<ReplicationSpecification.Builder> replicationSpecification)The replication specification of the keyspace includes:CreateKeyspaceRequest.BuilderCreateKeyspaceRequest.Builder. replicationSpecification(ReplicationSpecification replicationSpecification)The replication specification of the keyspace includes:CreateKeyspaceRequest.BuilderCreateKeyspaceRequest.Builder. tags(Collection<Tag> tags)A list of key-value pair tags to be attached to the keyspace.CreateKeyspaceRequest.BuilderCreateKeyspaceRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of key-value pair tags to be attached to the keyspace.CreateKeyspaceRequest.BuilderCreateKeyspaceRequest.Builder. tags(Tag... tags)A list of key-value pair tags to be attached to the keyspace.CreateKeyspaceRequest.BuilderCreateKeyspaceRequest. toBuilder()Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type CreateKeyspaceRequest.Builder Modifier and Type Method Description static Class<? extends CreateKeyspaceRequest.Builder>CreateKeyspaceRequest. serializableBuilderClass()
-