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)
Add an optional request override configuration.
|
GetPartitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
GetPartitionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the partition in question resides. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the partition in question resides. If none is supplied, the AWS
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetPartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.