static BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.builder() |
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.catalogId(String catalogId) |
The ID of the catalog in which the partition is to be created.
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.databaseName(String databaseName) |
The name of the metadata database in which the partition is to be created.
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.partitionInputList(Collection<PartitionInput> partitionInputList) |
A list of PartitionInput structures that define the partitions to be created.
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.partitionInputList(Consumer<PartitionInput.Builder>... partitionInputList) |
A list of PartitionInput structures that define the partitions to be created.
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.partitionInputList(PartitionInput... partitionInputList) |
A list of PartitionInput structures that define the partitions to be created.
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.tableName(String tableName) |
The name of the metadata table in which the partition is to be created.
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.toBuilder() |
|