Class DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation>
- Enclosing interface:
- DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation
@Stability(Stable) public static final class DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder extends Object implements software.amazon.jsii.Builder<DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexDatascanDataQualitySpecRulesStatisticRangeExpectationbuild()Builds the configured instance.DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.BuildermaxValue(String maxValue)DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.BuilderminValue(String minValue)DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builderstatistic(String statistic)DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.BuilderstrictMaxEnabled(com.hashicorp.cdktf.IResolvable strictMaxEnabled)DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.BuilderstrictMaxEnabled(Boolean strictMaxEnabled)DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.BuilderstrictMinEnabled(com.hashicorp.cdktf.IResolvable strictMinEnabled)DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.BuilderstrictMinEnabled(Boolean strictMinEnabled)
-
-
-
Method Detail
-
statistic
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder statistic(String statistic)
- Parameters:
statistic- column statistics. Possible values: ["STATISTIC_UNDEFINED", "MEAN", "MIN", "MAX"]. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#statistic DataplexDatascan#statistic}- Returns:
this
-
maxValue
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder maxValue(String maxValue)
- Parameters:
maxValue- The maximum column statistic 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 DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder minValue(String minValue)
- Parameters:
minValue- The minimum column statistic 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 DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder strictMaxEnabled(Boolean strictMaxEnabled)
Sets the value ofDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.getStrictMaxEnabled()- Parameters:
strictMaxEnabled- Whether column statistic 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 DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder strictMaxEnabled(com.hashicorp.cdktf.IResolvable strictMaxEnabled)
Sets the value ofDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.getStrictMaxEnabled()- Parameters:
strictMaxEnabled- Whether column statistic 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 DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder strictMinEnabled(Boolean strictMinEnabled)
Sets the value ofDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.getStrictMinEnabled()- Parameters:
strictMinEnabled- Whether column statistic 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 DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.Builder strictMinEnabled(com.hashicorp.cdktf.IResolvable strictMinEnabled)
Sets the value ofDataplexDatascanDataQualitySpecRulesStatisticRangeExpectation.getStrictMinEnabled()- Parameters:
strictMinEnabled- Whether column statistic 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 DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation>- Returns:
- a new instance of
DataplexDatascanDataQualitySpecRulesStatisticRangeExpectation - Throws:
NullPointerException- if any required attribute was not provided
-
-