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