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