Class CfnDataQualityRulesetMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnDataQualityRulesetMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataQualityRulesetMixinProps>
- Enclosing interface:
CfnDataQualityRulesetMixinProps
@Stability(Stable)
public static final class CfnDataQualityRulesetMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataQualityRulesetMixinProps>
A builder for
CfnDataQualityRulesetMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clientToken(String clientToken) Sets the value ofCfnDataQualityRulesetMixinProps.getClientToken()description(String description) Sets the value ofCfnDataQualityRulesetMixinProps.getDescription()Sets the value ofCfnDataQualityRulesetMixinProps.getName()Sets the value ofCfnDataQualityRulesetMixinProps.getRuleset()Sets the value ofCfnDataQualityRulesetMixinProps.getTags()Sets the value ofCfnDataQualityRulesetMixinProps.getTargetTable()targetTable(IResolvable targetTable) Sets the value ofCfnDataQualityRulesetMixinProps.getTargetTable()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientToken
Sets the value ofCfnDataQualityRulesetMixinProps.getClientToken()- Parameters:
clientToken- Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.- Returns:
this
-
description
Sets the value ofCfnDataQualityRulesetMixinProps.getDescription()- Parameters:
description- A description of the data quality ruleset.- Returns:
this
-
name
Sets the value ofCfnDataQualityRulesetMixinProps.getName()- Parameters:
name- The name of the data quality ruleset.- Returns:
this
-
ruleset
Sets the value ofCfnDataQualityRulesetMixinProps.getRuleset()- Parameters:
ruleset- A Data Quality Definition Language (DQDL) ruleset. For more information see the AWS Glue Developer Guide.- Returns:
this
-
tags
Sets the value ofCfnDataQualityRulesetMixinProps.getTags()- Parameters:
tags- A list of tags applied to the data quality ruleset.- Returns:
this
-
targetTable
@Stability(Stable) public CfnDataQualityRulesetMixinProps.Builder targetTable(IResolvable targetTable) Sets the value ofCfnDataQualityRulesetMixinProps.getTargetTable()- Parameters:
targetTable- An object representing an AWS Glue table.- Returns:
this
-
targetTable
@Stability(Stable) public CfnDataQualityRulesetMixinProps.Builder targetTable(CfnDataQualityRulesetPropsMixin.DataQualityTargetTableProperty targetTable) Sets the value ofCfnDataQualityRulesetMixinProps.getTargetTable()- Parameters:
targetTable- An object representing an AWS Glue table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataQualityRulesetMixinProps>- Returns:
- a new instance of
CfnDataQualityRulesetMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-