Class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder
java.lang.Object
software.amazon.awscdk.services.cleanrooms.CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property>
- Enclosing interface:
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
@Stability(Stable)
public static final class CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregation
(IResolvable aggregation) aggregation
(CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleAggregationProperty aggregation) build()
Builds the configured instance.custom
(IResolvable custom) list
(IResolvable list)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aggregation
@Stability(Stable) public CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder aggregation(IResolvable aggregation) Sets the value ofCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.getAggregation()
- Parameters:
aggregation
- Analysis rule type that enables only aggregation queries on a configured table.- Returns:
this
-
aggregation
@Stability(Stable) public CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder aggregation(CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleAggregationProperty aggregation) Sets the value ofCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.getAggregation()
- Parameters:
aggregation
- Analysis rule type that enables only aggregation queries on a configured table.- Returns:
this
-
custom
@Stability(Stable) public CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder custom(IResolvable custom) Sets the value ofCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.getCustom()
- Parameters:
custom
- Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.- Returns:
this
-
custom
@Stability(Stable) public CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder custom(CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleCustomProperty custom) Sets the value ofCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.getCustom()
- Parameters:
custom
- Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables. It supports differential privacy.- Returns:
this
-
list
@Stability(Stable) public CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder list(IResolvable list) Sets the value ofCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.getList()
- Parameters:
list
- Analysis rule type that enables only list queries on a configured table.- Returns:
this
-
list
@Stability(Stable) public CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.Builder list(CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRuleListProperty list) Sets the value ofCfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property.getList()
- Parameters:
list
- Analysis rule type that enables only list queries on a configured table.- Returns:
this
-
build
@Stability(Stable) public CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property build()Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property>
- Returns:
- a new instance of
CfnConfiguredTableAssociation.ConfiguredTableAssociationAnalysisRulePolicyV1Property
- Throws:
NullPointerException
- if any required attribute was not provided
-