Class CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty>
- Enclosing interface:
CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty
@Stability(Stable)
public static final class CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.v1(IResolvable v1) Sets the value ofCfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty.getV1()Sets the value ofCfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty.getV1()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
v1
@Stability(Stable) public CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty.Builder v1(IResolvable v1) Sets the value ofCfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty.getV1()- Parameters:
v1- the value to be set. This parameter is required.- Returns:
this
-
v1
@Stability(Stable) public CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty.Builder v1(CfnIntermediateTable.IntermediateTableAnalysisRulePolicyV1Property v1) Sets the value ofCfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty.getV1()- Parameters:
v1- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty>- Returns:
- a new instance of
CfnIntermediateTable.IntermediateTableAnalysisRulePolicyProperty - Throws:
NullPointerException- if any required attribute was not provided
-