| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
PartitionInput |
UpdatePartitionRequest.partitionInput()
The new partition object to update the partition to.
|
PartitionInput |
CreatePartitionRequest.partitionInput()
A
PartitionInput structure defining the partition to be created. |
PartitionInput |
BatchUpdatePartitionRequestEntry.partitionInput()
The structure used to update a partition.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartitionInput> |
BatchCreatePartitionRequest.partitionInputList()
A list of
PartitionInput structures that define the partitions to be created. |
| Modifier and Type | Method and Description |
|---|---|
UpdatePartitionRequest.Builder |
UpdatePartitionRequest.Builder.partitionInput(PartitionInput partitionInput)
The new partition object to update the partition to.
|
CreatePartitionRequest.Builder |
CreatePartitionRequest.Builder.partitionInput(PartitionInput partitionInput)
A
PartitionInput structure defining the partition to be created. |
BatchUpdatePartitionRequestEntry.Builder |
BatchUpdatePartitionRequestEntry.Builder.partitionInput(PartitionInput partitionInput)
The structure used to update a partition.
|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.partitionInputList(PartitionInput... partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
| Modifier and Type | Method and Description |
|---|---|
BatchCreatePartitionRequest.Builder |
BatchCreatePartitionRequest.Builder.partitionInputList(Collection<PartitionInput> partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
Copyright © 2023. All rights reserved.