Uses of Interface
software.amazon.awssdk.services.glue.model.CreatePartitionIndexRequest.Builder
-
Packages that use CreatePartitionIndexRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of CreatePartitionIndexRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type CreatePartitionIndexRequest.Builder Modifier and Type Method Description default CompletableFuture<CreatePartitionIndexResponse>GlueAsyncClient. createPartitionIndex(Consumer<CreatePartitionIndexRequest.Builder> createPartitionIndexRequest)Creates a specified partition index in an existing table.default CreatePartitionIndexResponseGlueClient. createPartitionIndex(Consumer<CreatePartitionIndexRequest.Builder> createPartitionIndexRequest)Creates a specified partition index in an existing table. -
Uses of CreatePartitionIndexRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CreatePartitionIndexRequest.Builder Modifier and Type Method Description static CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest. builder()CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest.Builder. catalogId(String catalogId)The catalog ID where the table resides.CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest.Builder. databaseName(String databaseName)Specifies the name of a database in which you want to create a partition index.CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest.Builder. partitionIndex(Consumer<PartitionIndex.Builder> partitionIndex)Specifies aPartitionIndexstructure to create a partition index in an existing table.CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest.Builder. partitionIndex(PartitionIndex partitionIndex)Specifies aPartitionIndexstructure to create a partition index in an existing table.CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest.Builder. tableName(String tableName)Specifies the name of a table in which you want to create a partition index.CreatePartitionIndexRequest.BuilderCreatePartitionIndexRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CreatePartitionIndexRequest.Builder Modifier and Type Method Description static Class<? extends CreatePartitionIndexRequest.Builder>CreatePartitionIndexRequest. serializableBuilderClass()
-