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