public static interface CreatePartitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreatePartitionRequest.Builder,CreatePartitionRequest>
Modifier and Type | Method and Description |
---|---|
CreatePartitionRequest.Builder |
catalogId(String catalogId)
The Amazon Web Services account ID of the catalog in which the partition is to be created.
|
CreatePartitionRequest.Builder |
databaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
|
CreatePartitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePartitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreatePartitionRequest.Builder |
partitionInput(Consumer<PartitionInput.Builder> partitionInput)
A
PartitionInput structure defining the partition to be created. |
CreatePartitionRequest.Builder |
partitionInput(PartitionInput partitionInput)
A
PartitionInput structure defining the partition to be created. |
CreatePartitionRequest.Builder |
tableName(String tableName)
The name of the metadata table in which the partition is to be created.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreatePartitionRequest.Builder catalogId(String catalogId)
The Amazon Web Services account ID of the catalog in which the partition is to be created.
catalogId
- The Amazon Web Services account ID of the catalog in which the partition is to be created.CreatePartitionRequest.Builder databaseName(String databaseName)
The name of the metadata database in which the partition is to be created.
databaseName
- The name of the metadata database in which the partition is to be created.CreatePartitionRequest.Builder tableName(String tableName)
The name of the metadata table in which the partition is to be created.
tableName
- The name of the metadata table in which the partition is to be created.CreatePartitionRequest.Builder partitionInput(PartitionInput partitionInput)
A PartitionInput
structure defining the partition to be created.
partitionInput
- A PartitionInput
structure defining the partition to be created.default CreatePartitionRequest.Builder partitionInput(Consumer<PartitionInput.Builder> partitionInput)
A PartitionInput
structure defining the partition to be created.
PartitionInput.Builder
avoiding the need
to create one manually via PartitionInput.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to partitionInput(PartitionInput)
.
partitionInput
- a consumer that will call methods on PartitionInput.Builder
partitionInput(PartitionInput)
CreatePartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreatePartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.