Class DataplexDatascanDataQualitySpecRulesRangeExpectation.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataQualitySpecRulesRangeExpectation.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexDatascanDataQualitySpecRulesRangeExpectation,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexDatascanDataQualitySpecRulesRangeExpectation
@Stability(Stable) @Internal public static final class DataplexDatascanDataQualitySpecRulesRangeExpectation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexDatascanDataQualitySpecRulesRangeExpectation
An implementation forDataplexDatascanDataQualitySpecRulesRangeExpectation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataQualitySpecRulesRangeExpectation
DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder, DataplexDatascanDataQualitySpecRulesRangeExpectation.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataQualitySpecRulesRangeExpectation.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetMaxValue()The maximum column value allowed for a row to pass this validation.StringgetMinValue()The minimum column value allowed for a row to pass this validation.ObjectgetStrictMaxEnabled()Whether each value needs to be strictly lesser than ('<') the maximum, or if equality is allowed.ObjectgetStrictMinEnabled()Whether each value needs to be strictly greater than ('>') the minimum, or if equality is allowed.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexDatascanDataQualitySpecRulesRangeExpectation.Builder.
-
-
Method Detail
-
getMaxValue
public final String getMaxValue()
Description copied from interface:DataplexDatascanDataQualitySpecRulesRangeExpectationThe maximum column value allowed for a row to pass this validation.At least one of minValue and maxValue need to be provided. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#max_value DataplexDatascan#max_value}
- Specified by:
getMaxValuein interfaceDataplexDatascanDataQualitySpecRulesRangeExpectation
-
getMinValue
public final String getMinValue()
Description copied from interface:DataplexDatascanDataQualitySpecRulesRangeExpectationThe minimum column value allowed for a row to pass this validation.At least one of minValue and maxValue need to be provided. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#min_value DataplexDatascan#min_value}
- Specified by:
getMinValuein interfaceDataplexDatascanDataQualitySpecRulesRangeExpectation
-
getStrictMaxEnabled
public final Object getStrictMaxEnabled()
Description copied from interface:DataplexDatascanDataQualitySpecRulesRangeExpectationWhether each value needs to be strictly lesser than ('<') the maximum, or if equality is allowed.Only relevant if a maxValue has been defined. Default = false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#strict_max_enabled DataplexDatascan#strict_max_enabled}
- Specified by:
getStrictMaxEnabledin interfaceDataplexDatascanDataQualitySpecRulesRangeExpectation
-
getStrictMinEnabled
public final Object getStrictMinEnabled()
Description copied from interface:DataplexDatascanDataQualitySpecRulesRangeExpectationWhether each value needs to be strictly greater than ('>') the minimum, or if equality is allowed.Only relevant if a minValue has been defined. Default = false. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#strict_min_enabled DataplexDatascan#strict_min_enabled}
- Specified by:
getStrictMinEnabledin interfaceDataplexDatascanDataQualitySpecRulesRangeExpectation
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-