Class CfnConfiguredTablePropsMixin.AggregationConstraintProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.AggregationConstraintProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfiguredTablePropsMixin.AggregationConstraintProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfiguredTablePropsMixin.AggregationConstraintProperty
@Stability(Stable)
@Internal
public static final class CfnConfiguredTablePropsMixin.AggregationConstraintProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfiguredTablePropsMixin.AggregationConstraintProperty
An implementation for
CfnConfiguredTablePropsMixin.AggregationConstraintProperty-
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.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.AggregationConstraintProperty
CfnConfiguredTablePropsMixin.AggregationConstraintProperty.Builder, CfnConfiguredTablePropsMixin.AggregationConstraintProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfiguredTablePropsMixin.AggregationConstraintProperty.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 StringColumn in aggregation constraint for which there must be a minimum number of distinct values in an output row for it to be in the query output.final NumberThe minimum number of distinct values that an output row must be an aggregation of.final StringgetType()The type of aggregation the constraint allows.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 theCfnConfiguredTablePropsMixin.AggregationConstraintProperty.Builder.
-
-
Method Details
-
getColumnName
Description copied from interface:CfnConfiguredTablePropsMixin.AggregationConstraintPropertyColumn in aggregation constraint for which there must be a minimum number of distinct values in an output row for it to be in the query output.- Specified by:
getColumnNamein interfaceCfnConfiguredTablePropsMixin.AggregationConstraintProperty- See Also:
-
getMinimum
Description copied from interface:CfnConfiguredTablePropsMixin.AggregationConstraintPropertyThe minimum number of distinct values that an output row must be an aggregation of.Minimum threshold of distinct values for a specified column that must exist in an output row for it to be in the query output.
- Specified by:
getMinimumin interfaceCfnConfiguredTablePropsMixin.AggregationConstraintProperty- See Also:
-
getType
Description copied from interface:CfnConfiguredTablePropsMixin.AggregationConstraintPropertyThe type of aggregation the constraint allows.The only valid value is currently
COUNT_DISTINCT.- Specified by:
getTypein interfaceCfnConfiguredTablePropsMixin.AggregationConstraintProperty- See Also:
-
$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()
-