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(Experimental)
@Internal
public static final class IntegerPartitionProjectionConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IntegerPartitionProjectionConfigurationProps
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
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theIntegerPartitionProjectionConfigurationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal Number(experimental) Number of digits to pad the partition value with leading zeros.final Number(experimental) Interval between partition values.final NumbergetMax()(experimental) Maximum value for the integer partition range (inclusive).final NumbergetMin()(experimental) Minimum value for the integer partition range (inclusive).final inthashCode()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 theIntegerPartitionProjectionConfigurationProps.Builder.
-
-
Method Details
-
getMax
Description copied from interface:IntegerPartitionProjectionConfigurationProps(experimental) Maximum value for the integer partition range (inclusive).- Specified by:
getMaxin interfaceIntegerPartitionProjectionConfigurationProps
-
getMin
Description copied from interface:IntegerPartitionProjectionConfigurationProps(experimental) Minimum value for the integer partition range (inclusive).- Specified by:
getMinin interfaceIntegerPartitionProjectionConfigurationProps
-
getDigits
Description copied from interface:IntegerPartitionProjectionConfigurationProps(experimental) 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
Description copied from interface:IntegerPartitionProjectionConfigurationProps(experimental) Interval between partition values.Default: 1
- Specified by:
getIntervalin interfaceIntegerPartitionProjectionConfigurationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-