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