Class IntegerPartitionProjectionConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.glue.IntegerPartitionProjectionConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
IntegerPartitionProjectionConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IntegerPartitionProjectionConfigurationProps
@Stability(Stable)
@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.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 NumberNumber of digits to pad the partition value with leading zeros.final NumberInterval between partition values.final NumbergetMax()Maximum value for the integer partition range (inclusive).final NumbergetMin()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:IntegerPartitionProjectionConfigurationPropsMaximum value for the integer partition range (inclusive).- Specified by:
getMaxin interfaceIntegerPartitionProjectionConfigurationProps
-
getMin
Description copied from interface:IntegerPartitionProjectionConfigurationPropsMinimum value for the integer partition range (inclusive).- Specified by:
getMinin interfaceIntegerPartitionProjectionConfigurationProps
-
getDigits
Description copied from interface:IntegerPartitionProjectionConfigurationPropsNumber 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:IntegerPartitionProjectionConfigurationPropsInterval 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()
-