public static interface GetPartitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetPartitionRequest.Builder,GetPartitionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetPartitionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the partition in question resides.
|
GetPartitionRequest.Builder |
databaseName(String databaseName)
The name of the catalog database where the partition resides.
|
GetPartitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPartitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPartitionRequest.Builder |
partitionValues(Collection<String> partitionValues)
The values that define the partition.
|
GetPartitionRequest.Builder |
partitionValues(String... partitionValues)
The values that define the partition.
|
GetPartitionRequest.Builder |
tableName(String tableName)
The name of the partition's table.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPartitionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the partition in question resides. If none is provided, the Amazon
Web Services account ID is used by default.GetPartitionRequest.Builder databaseName(String databaseName)
The name of the catalog database where the partition resides.
databaseName - The name of the catalog database where the partition resides.GetPartitionRequest.Builder tableName(String tableName)
The name of the partition's table.
tableName - The name of the partition's table.GetPartitionRequest.Builder partitionValues(Collection<String> partitionValues)
The values that define the partition.
partitionValues - The values that define the partition.GetPartitionRequest.Builder partitionValues(String... partitionValues)
The values that define the partition.
partitionValues - The values that define the partition.GetPartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetPartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.