@Generated(value="software.amazon.awssdk:codegen") public final class PartitionInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PartitionInput.Builder,PartitionInput>
The structure used to create and update a partion.
Modifier and Type | Class and Description |
---|---|
static interface |
PartitionInput.Builder |
Modifier and Type | Method and Description |
---|---|
static PartitionInput.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastAccessTime()
The last time at which the partition was accessed.
|
Instant |
lastAnalyzedTime()
The last time at which column statistics were computed for this partition.
|
Map<String,String> |
parameters()
These key-value pairs define partition parameters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PartitionInput.Builder> |
serializableBuilderClass() |
StorageDescriptor |
storageDescriptor()
Provides information about the physical location where the partition is stored.
|
PartitionInput.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<String> |
values()
The values of the partition.
|
copy
public List<String> values()
The values of the partition.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Instant lastAccessTime()
The last time at which the partition was accessed.
public StorageDescriptor storageDescriptor()
Provides information about the physical location where the partition is stored.
public Map<String,String> parameters()
These key-value pairs define partition parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Instant lastAnalyzedTime()
The last time at which column statistics were computed for this partition.
public PartitionInput.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PartitionInput.Builder,PartitionInput>
public static PartitionInput.Builder builder()
public static Class<? extends PartitionInput.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.