Class DataplexDatascanDataQualitySpecRulesRegexExpectation.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanDataQualitySpecRulesRegexExpectation.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexDatascanDataQualitySpecRulesRegexExpectation>
- Enclosing interface:
- DataplexDatascanDataQualitySpecRulesRegexExpectation
@Stability(Stable) public static final class DataplexDatascanDataQualitySpecRulesRegexExpectation.Builder extends Object implements software.amazon.jsii.Builder<DataplexDatascanDataQualitySpecRulesRegexExpectation>
A builder forDataplexDatascanDataQualitySpecRulesRegexExpectation
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexDatascanDataQualitySpecRulesRegexExpectationbuild()Builds the configured instance.DataplexDatascanDataQualitySpecRulesRegexExpectation.Builderregex(String regex)Sets the value ofDataplexDatascanDataQualitySpecRulesRegexExpectation.getRegex()
-
-
-
Method Detail
-
regex
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesRegexExpectation.Builder regex(String regex)
Sets the value ofDataplexDatascanDataQualitySpecRulesRegexExpectation.getRegex()- Parameters:
regex- A regular expression the column value is expected to match. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#regex DataplexDatascan#regex}- Returns:
this
-
build
@Stability(Stable) public DataplexDatascanDataQualitySpecRulesRegexExpectation build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexDatascanDataQualitySpecRulesRegexExpectation>- Returns:
- a new instance of
DataplexDatascanDataQualitySpecRulesRegexExpectation - Throws:
NullPointerException- if any required attribute was not provided
-
-