Class CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property>
- Enclosing interface:
CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property
@Stability(Stable)
public static final class CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregation(IResolvable aggregation) build()Builds the configured instance.custom(IResolvable custom) list(IResolvable list)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aggregation
@Stability(Stable) public CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.Builder aggregation(IResolvable aggregation) Sets the value ofCfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.getAggregation()- Parameters:
aggregation- Analysis rule type that enables only aggregation queries on a configured table.- Returns:
this
-
aggregation
@Stability(Stable) public CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.Builder aggregation(CfnConfiguredTablePropsMixin.AnalysisRuleAggregationProperty aggregation) Sets the value ofCfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.getAggregation()- Parameters:
aggregation- Analysis rule type that enables only aggregation queries on a configured table.- Returns:
this
-
custom
@Stability(Stable) public CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.Builder custom(IResolvable custom) Sets the value ofCfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.getCustom()- Parameters:
custom- Analysis rule type that enables custom SQL queries on a configured table.- Returns:
this
-
custom
@Stability(Stable) public CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.Builder custom(CfnConfiguredTablePropsMixin.AnalysisRuleCustomProperty custom) Sets the value ofCfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.getCustom()- Parameters:
custom- Analysis rule type that enables custom SQL queries on a configured table.- Returns:
this
-
list
@Stability(Stable) public CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.Builder list(IResolvable list) Sets the value ofCfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.getList()- Parameters:
list- Analysis rule type that enables only list queries on a configured table.- Returns:
this
-
list
@Stability(Stable) public CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.Builder list(CfnConfiguredTablePropsMixin.AnalysisRuleListProperty list) Sets the value ofCfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property.getList()- Parameters:
list- Analysis rule type that enables only list queries on a configured table.- Returns:
this
-
build
@Stability(Stable) public CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property>- Returns:
- a new instance of
CfnConfiguredTablePropsMixin.ConfiguredTableAnalysisRulePolicyV1Property - Throws:
NullPointerException- if any required attribute was not provided
-