public static interface GetPartitionRequest.Builder extends GlueRequest.Builder, 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 |
partitionValues(Collection<String> partitionValues)
The values that define the partition.
|
GetPartitionRequest.Builder |
partitionValues(String... partitionValues)
The values that define the partition.
|
GetPartitionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetPartitionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
GetPartitionRequest.Builder |
tableName(String tableName)
The name of the partition's table.
|
build
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.GetPartitionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.