public static final class CfnPartition.PartitionInputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPartition.PartitionInputProperty
CfnPartition.PartitionInputProperty
CfnPartition.PartitionInputProperty.Builder, CfnPartition.PartitionInputProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getParameters()
These key-value pairs define partition parameters.
|
java.lang.Object |
getStorageDescriptor()
Provides information about the physical location where the partition is stored.
|
java.util.List<java.lang.String> |
getValues()
The values of the partition.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getValues()
CfnPartition.PartitionInputProperty
Although this parameter is not required by the SDK, you must specify this parameter for a valid input.
The values for the keys for the new partition must be passed as an array of String objects that must be ordered in the same order as the partition keys appearing in the Amazon S3 prefix. Otherwise AWS Glue will add the values to the wrong keys.
getValues
in interface CfnPartition.PartitionInputProperty
public final java.lang.Object getParameters()
CfnPartition.PartitionInputProperty
getParameters
in interface CfnPartition.PartitionInputProperty
public final java.lang.Object getStorageDescriptor()
CfnPartition.PartitionInputProperty
getStorageDescriptor
in interface CfnPartition.PartitionInputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()