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