Class CfnConfiguredTable.AnalysisRuleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable.AnalysisRuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTable.AnalysisRuleProperty>
- Enclosing interface:
CfnConfiguredTable.AnalysisRuleProperty
@Stability(Stable)
public static final class CfnConfiguredTable.AnalysisRuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTable.AnalysisRuleProperty>
A builder for
CfnConfiguredTable.AnalysisRuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.policy(IResolvable policy) Sets the value ofCfnConfiguredTable.AnalysisRuleProperty.getPolicy()Sets the value ofCfnConfiguredTable.AnalysisRuleProperty.getPolicy()Sets the value ofCfnConfiguredTable.AnalysisRuleProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
policy
@Stability(Stable) public CfnConfiguredTable.AnalysisRuleProperty.Builder policy(IResolvable policy) Sets the value ofCfnConfiguredTable.AnalysisRuleProperty.getPolicy()- Parameters:
policy- A policy that describes the associated data usage limitations. This parameter is required.- Returns:
this
-
policy
@Stability(Stable) public CfnConfiguredTable.AnalysisRuleProperty.Builder policy(CfnConfiguredTable.ConfiguredTableAnalysisRulePolicyProperty policy) Sets the value ofCfnConfiguredTable.AnalysisRuleProperty.getPolicy()- Parameters:
policy- A policy that describes the associated data usage limitations. This parameter is required.- Returns:
this
-
type
Sets the value ofCfnConfiguredTable.AnalysisRuleProperty.getType()- Parameters:
type- The type of analysis rule. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTable.AnalysisRuleProperty>- Returns:
- a new instance of
CfnConfiguredTable.AnalysisRuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-