Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.ConfiguredTableAssociationAnalysisRuleCustom.Builder
-
Packages that use ConfiguredTableAssociationAnalysisRuleCustom.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ConfiguredTableAssociationAnalysisRuleCustom.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ConfiguredTableAssociationAnalysisRuleCustom.Builder Modifier and Type Method Description ConfiguredTableAssociationAnalysisRuleCustom.BuilderConfiguredTableAssociationAnalysisRuleCustom.Builder. allowedAdditionalAnalyses(String... allowedAdditionalAnalyses)The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.ConfiguredTableAssociationAnalysisRuleCustom.BuilderConfiguredTableAssociationAnalysisRuleCustom.Builder. allowedAdditionalAnalyses(Collection<String> allowedAdditionalAnalyses)The list of resources or wildcards (ARNs) that are allowed to perform additional analysis on query output.ConfiguredTableAssociationAnalysisRuleCustom.BuilderConfiguredTableAssociationAnalysisRuleCustom.Builder. allowedResultReceivers(String... allowedResultReceivers)The list of collaboration members who are allowed to receive results of queries run with this configured table.ConfiguredTableAssociationAnalysisRuleCustom.BuilderConfiguredTableAssociationAnalysisRuleCustom.Builder. allowedResultReceivers(Collection<String> allowedResultReceivers)The list of collaboration members who are allowed to receive results of queries run with this configured table.static ConfiguredTableAssociationAnalysisRuleCustom.BuilderConfiguredTableAssociationAnalysisRuleCustom. builder()ConfiguredTableAssociationAnalysisRuleCustom.BuilderConfiguredTableAssociationAnalysisRuleCustom. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type ConfiguredTableAssociationAnalysisRuleCustom.Builder Modifier and Type Method Description static Class<? extends ConfiguredTableAssociationAnalysisRuleCustom.Builder>ConfiguredTableAssociationAnalysisRuleCustom. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type ConfiguredTableAssociationAnalysisRuleCustom.Builder Modifier and Type Method Description default ConfiguredTableAssociationAnalysisRulePolicyV1.BuilderConfiguredTableAssociationAnalysisRulePolicyV1.Builder. custom(Consumer<ConfiguredTableAssociationAnalysisRuleCustom.Builder> custom)Analysis rule type that enables the table owner to approve custom SQL queries on their configured tables.static ConfiguredTableAssociationAnalysisRulePolicyV1ConfiguredTableAssociationAnalysisRulePolicyV1. fromCustom(Consumer<ConfiguredTableAssociationAnalysisRuleCustom.Builder> custom)Create an instance of this class withConfiguredTableAssociationAnalysisRulePolicyV1.custom()initialized to the given value.
-