Uses of Interface
software.amazon.awssdk.services.glue.model.PartitionIndex.Builder
-
Packages that use PartitionIndex.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PartitionIndex.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PartitionIndex.Builder Modifier and Type Method Description static PartitionIndex.BuilderPartitionIndex. builder()PartitionIndex.BuilderPartitionIndex.Builder. indexName(String indexName)The name of the partition index.PartitionIndex.BuilderPartitionIndex.Builder. keys(String... keys)The keys for the partition index.PartitionIndex.BuilderPartitionIndex.Builder. keys(Collection<String> keys)The keys for the partition index.PartitionIndex.BuilderPartitionIndex. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PartitionIndex.Builder Modifier and Type Method Description static Class<? extends PartitionIndex.Builder>PartitionIndex. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type PartitionIndex.Builder Modifier and Type Method Description default CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest.Builder. partitionIndex(Consumer<PartitionIndex.Builder> partitionIndex)Specifies aPartitionIndexstructure to create a partition index in an existing table.
-