Uses of Interface
software.amazon.awssdk.services.keyspaces.model.PartitionKey.Builder
-
Packages that use PartitionKey.Builder Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of PartitionKey.Builder in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return PartitionKey.Builder Modifier and Type Method Description static PartitionKey.BuilderPartitionKey. builder()PartitionKey.BuilderPartitionKey.Builder. name(String name)The name(s) of the partition key column(s).PartitionKey.BuilderPartitionKey. toBuilder()Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type PartitionKey.Builder Modifier and Type Method Description static Class<? extends PartitionKey.Builder>PartitionKey. serializableBuilderClass()
-