Class CfnPartition.PartitionInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.CfnPartition.PartitionInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPartition.PartitionInputProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnPartition.PartitionInputProperty
@Stability(Stable)
@Internal
public static final class CfnPartition.PartitionInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartition.PartitionInputProperty
An implementation for
CfnPartition.PartitionInputProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.CfnPartition.PartitionInputProperty
CfnPartition.PartitionInputProperty.Builder, CfnPartition.PartitionInputProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPartition.PartitionInputProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPartition.PartitionInputProperty.Builder
.
-
-
Method Details
-
getValues
Description copied from interface:CfnPartition.PartitionInputProperty
The values of the partition.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.
- Specified by:
getValues
in interfaceCfnPartition.PartitionInputProperty
-
getParameters
Description copied from interface:CfnPartition.PartitionInputProperty
These key-value pairs define partition parameters.- Specified by:
getParameters
in interfaceCfnPartition.PartitionInputProperty
-
getStorageDescriptor
Description copied from interface:CfnPartition.PartitionInputProperty
Provides information about the physical location where the partition is stored.- Specified by:
getStorageDescriptor
in interfaceCfnPartition.PartitionInputProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-