Class CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty>
- Enclosing interface:
CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty
@Stability(Stable)
public static final class CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
v1
@Stability(Stable) public CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty.Builder v1(IResolvable v1) - Parameters:
v1- Controls on the query specifications that can be run on a configured table.- Returns:
this
-
v1
@Stability(Stable) public CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty.Builder v1(CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property v1) - Parameters:
v1- Controls on the query specifications that can be run on a configured table.- Returns:
this
-
build
@Stability(Stable) public CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty>- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyProperty - Throws:
NullPointerException- if any required attribute was not provided
-