static BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.builder() |
|
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.Builder.catalogId(String catalogId) |
The ID of the Data Catalog where the partitions in question reside.
|
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.Builder.databaseName(String databaseName) |
The name of the catalog database where the partitions reside.
|
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.Builder.partitionsToGet(Collection<PartitionValueList> partitionsToGet) |
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.Builder.partitionsToGet(Consumer<PartitionValueList.Builder>... partitionsToGet) |
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.Builder.partitionsToGet(PartitionValueList... partitionsToGet) |
A list of partition values identifying the partitions to retrieve.
|
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.Builder.tableName(String tableName) |
The name of the partitions' table.
|
BatchGetPartitionRequest.Builder |
BatchGetPartitionRequest.toBuilder() |
|