Class DataQualityRulesetReference.Builder
java.lang.Object
software.amazon.awscdk.services.glue.DataQualityRulesetReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataQualityRulesetReference>
- Enclosing interface:
DataQualityRulesetReference
@Stability(Stable)
public static final class DataQualityRulesetReference.Builder
extends Object
implements software.amazon.jsii.Builder<DataQualityRulesetReference>
A builder for
DataQualityRulesetReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dataQualityRulesetId
(String dataQualityRulesetId) Sets the value ofDataQualityRulesetReference.getDataQualityRulesetId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataQualityRulesetId
@Stability(Stable) public DataQualityRulesetReference.Builder dataQualityRulesetId(String dataQualityRulesetId) Sets the value ofDataQualityRulesetReference.getDataQualityRulesetId()
- Parameters:
dataQualityRulesetId
- The Id of the DataQualityRuleset resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<DataQualityRulesetReference>
- Returns:
- a new instance of
DataQualityRulesetReference
- Throws:
NullPointerException
- if any required attribute was not provided
-