Class CfnRuleset.ThresholdProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnRuleset.ThresholdProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleset.ThresholdProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRuleset.ThresholdProperty
@Stability(Stable)
@Internal
public static final class CfnRuleset.ThresholdProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleset.ThresholdProperty
An implementation for
CfnRuleset.ThresholdProperty
-
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.databrew.CfnRuleset.ThresholdProperty
CfnRuleset.ThresholdProperty.Builder, CfnRuleset.ThresholdProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleset.ThresholdProperty.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 theCfnRuleset.ThresholdProperty.Builder
.
-
-
Method Details
-
getValue
Description copied from interface:CfnRuleset.ThresholdProperty
The value of a threshold.- Specified by:
getValue
in interfaceCfnRuleset.ThresholdProperty
-
getType
Description copied from interface:CfnRuleset.ThresholdProperty
The type of a threshold.Used for comparison of an actual count of rows that satisfy the rule to the threshold value.
- Specified by:
getType
in interfaceCfnRuleset.ThresholdProperty
-
getUnit
Description copied from interface:CfnRuleset.ThresholdProperty
Unit of threshold value.Can be either a COUNT or PERCENTAGE of the full sample size used for validation.
- Specified by:
getUnit
in interfaceCfnRuleset.ThresholdProperty
-
$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()
-