Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
PartitionInput |
PartitionInput.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
PartitionInput |
PartitionInput.clearParametersEntries()
Removes all the entries added into Parameters.
|
PartitionInput |
PartitionInput.clone() |
PartitionInput |
CreatePartitionRequest.getPartitionInput()
A
PartitionInput structure defining the partition to be created. |
PartitionInput |
UpdatePartitionRequest.getPartitionInput()
The new partition object to update the partition to.
|
PartitionInput |
BatchUpdatePartitionRequestEntry.getPartitionInput()
The structure used to update a partition.
|
PartitionInput |
PartitionInput.withLastAccessTime(Date lastAccessTime)
The last time at which the partition was accessed.
|
PartitionInput |
PartitionInput.withLastAnalyzedTime(Date lastAnalyzedTime)
The last time at which column statistics were computed for this partition.
|
PartitionInput |
PartitionInput.withParameters(Map<String,String> parameters)
These key-value pairs define partition parameters.
|
PartitionInput |
PartitionInput.withStorageDescriptor(StorageDescriptor storageDescriptor)
Provides information about the physical location where the partition is stored.
|
PartitionInput |
PartitionInput.withValues(Collection<String> values)
The values of the partition.
|
PartitionInput |
PartitionInput.withValues(String... values)
The values of the partition.
|
Modifier and Type | Method and Description |
---|---|
List<PartitionInput> |
BatchCreatePartitionRequest.getPartitionInputList()
A list of
PartitionInput structures that define the partitions to be created. |
Modifier and Type | Method and Description |
---|---|
void |
CreatePartitionRequest.setPartitionInput(PartitionInput partitionInput)
A
PartitionInput structure defining the partition to be created. |
void |
UpdatePartitionRequest.setPartitionInput(PartitionInput partitionInput)
The new partition object to update the partition to.
|
void |
BatchUpdatePartitionRequestEntry.setPartitionInput(PartitionInput partitionInput)
The structure used to update a partition.
|
CreatePartitionRequest |
CreatePartitionRequest.withPartitionInput(PartitionInput partitionInput)
A
PartitionInput structure defining the partition to be created. |
UpdatePartitionRequest |
UpdatePartitionRequest.withPartitionInput(PartitionInput partitionInput)
The new partition object to update the partition to.
|
BatchUpdatePartitionRequestEntry |
BatchUpdatePartitionRequestEntry.withPartitionInput(PartitionInput partitionInput)
The structure used to update a partition.
|
BatchCreatePartitionRequest |
BatchCreatePartitionRequest.withPartitionInputList(PartitionInput... partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
Modifier and Type | Method and Description |
---|---|
void |
BatchCreatePartitionRequest.setPartitionInputList(Collection<PartitionInput> partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
BatchCreatePartitionRequest |
BatchCreatePartitionRequest.withPartitionInputList(Collection<PartitionInput> partitionInputList)
A list of
PartitionInput structures that define the partitions to be created. |
Copyright © 2021. All rights reserved.