Class DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexDatascanDataQualitySpecRulesRangeExpectation>
- Enclosing interface:
- DataplexDatascanDataQualitySpecRulesRangeExpectation
@Stability(Stable) public static final class DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder extends Object implements software.amazon.jsii.Builder<DataplexDatascanDataQualitySpecRulesRangeExpectation>
A builder forDataplexDatascanDataQualitySpecRulesRangeExpectation
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexDatascanDataQualitySpecRulesRangeExpectationbuild()Builds the configured instance.DataplexDatascanDataQualitySpecRulesRangeExpectation.BuildermaxValue(String maxValue)Sets the value ofDataplexDatascanDataQualitySpecRulesRangeExpectation.getMaxValue()DataplexDatascanDataQualitySpecRulesRangeExpectation.BuilderminValue(String minValue)Sets the value ofDataplexDatascanDataQualitySpecRulesRangeExpectation.getMinValue()DataplexDatascanDataQualitySpecRulesRangeExpectation.BuilderstrictMaxEnabled(com.hashicorp.cdktf.IResolvable strictMaxEnabled)DataplexDatascanDataQualitySpecRulesRangeExpectation.BuilderstrictMaxEnabled(Boolean strictMaxEnabled)DataplexDatascanDataQualitySpecRulesRangeExpectation.BuilderstrictMinEnabled(com.hashicorp.cdktf.IResolvable strictMinEnabled)DataplexDatascanDataQualitySpecRulesRangeExpectation.BuilderstrictMinEnabled(Boolean strictMinEnabled)
-
-
-
Method Detail
-
maxValue
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder maxValue(String maxValue)
Sets the value ofDataplexDatascanDataQualitySpecRulesRangeExpectation.getMaxValue()- Parameters:
maxValue- The 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}- Returns:
this
-
minValue
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder minValue(String minValue)
Sets the value ofDataplexDatascanDataQualitySpecRulesRangeExpectation.getMinValue()- Parameters:
minValue- The 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}- Returns:
this
-
strictMaxEnabled
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder strictMaxEnabled(Boolean strictMaxEnabled)
- Parameters:
strictMaxEnabled- Whether 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}- Returns:
this
-
strictMaxEnabled
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder strictMaxEnabled(com.hashicorp.cdktf.IResolvable strictMaxEnabled)
- Parameters:
strictMaxEnabled- Whether 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}- Returns:
this
-
strictMinEnabled
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder strictMinEnabled(Boolean strictMinEnabled)
- Parameters:
strictMinEnabled- Whether 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}- Returns:
this
-
strictMinEnabled
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesRangeExpectation.Builder strictMinEnabled(com.hashicorp.cdktf.IResolvable strictMinEnabled)
- Parameters:
strictMinEnabled- Whether 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}- Returns:
this
-
build
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesRangeExpectation build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexDatascanDataQualitySpecRulesRangeExpectation>- Returns:
- a new instance of
DataplexDatascanDataQualitySpecRulesRangeExpectation - Throws:
NullPointerException- if any required attribute was not provided
-
-