Class IntegerPartitionProjectionConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.alpha.IntegerPartitionProjectionConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
IntegerPartitionProjectionConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IntegerPartitionProjectionConfigurationProps
@Stability(Deprecated)
@Deprecated
@Internal
public static final class IntegerPartitionProjectionConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IntegerPartitionProjectionConfigurationProps
Deprecated.
An implementation for
IntegerPartitionProjectionConfigurationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.glue.alpha.IntegerPartitionProjectionConfigurationProps
IntegerPartitionProjectionConfigurationProps.Builder, IntegerPartitionProjectionConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated.Constructor that initializes the object based on literal property values passed by theIntegerPartitionProjectionConfigurationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final NumberDeprecated.(deprecated) Number of digits to pad the partition value with leading zeros.final NumberDeprecated.(deprecated) Interval between partition values.final NumbergetMax()Deprecated.(deprecated) Maximum value for the integer partition range (inclusive).final NumbergetMin()Deprecated.(deprecated) Minimum value for the integer partition range (inclusive).final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theIntegerPartitionProjectionConfigurationProps.Builder.
-
-
Method Details
-
getMax
Deprecated.Description copied from interface:IntegerPartitionProjectionConfigurationProps(deprecated) Maximum value for the integer partition range (inclusive).- Specified by:
getMaxin interfaceIntegerPartitionProjectionConfigurationProps
-
getMin
Deprecated.Description copied from interface:IntegerPartitionProjectionConfigurationProps(deprecated) Minimum value for the integer partition range (inclusive).- Specified by:
getMinin interfaceIntegerPartitionProjectionConfigurationProps
-
getDigits
Deprecated.Description copied from interface:IntegerPartitionProjectionConfigurationProps(deprecated) Number of digits to pad the partition value with leading zeros.With digits: 4, partition values: 0001, 0002, ..., 0100
Default: - no static number of digits and no leading zeroes
- Specified by:
getDigitsin interfaceIntegerPartitionProjectionConfigurationProps
-
getInterval
Deprecated.Description copied from interface:IntegerPartitionProjectionConfigurationProps(deprecated) Interval between partition values.Default: 1
- Specified by:
getIntervalin interfaceIntegerPartitionProjectionConfigurationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-