Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.AnalysisRuleCustom.Builder
-
Packages that use AnalysisRuleCustom.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AnalysisRuleCustom.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AnalysisRuleCustom.Builder Modifier and Type Method Description AnalysisRuleCustom.BuilderAnalysisRuleCustom.Builder. allowedAnalyses(String... allowedAnalyses)The analysis templates that are allowed by the custom analysis rule.AnalysisRuleCustom.BuilderAnalysisRuleCustom.Builder. allowedAnalyses(Collection<String> allowedAnalyses)The analysis templates that are allowed by the custom analysis rule.AnalysisRuleCustom.BuilderAnalysisRuleCustom.Builder. allowedAnalysisProviders(String... allowedAnalysisProviders)The Amazon Web Services accounts that are allowed to query by the custom analysis rule.AnalysisRuleCustom.BuilderAnalysisRuleCustom.Builder. allowedAnalysisProviders(Collection<String> allowedAnalysisProviders)The Amazon Web Services accounts that are allowed to query by the custom analysis rule.static AnalysisRuleCustom.BuilderAnalysisRuleCustom. builder()default AnalysisRuleCustom.BuilderAnalysisRuleCustom.Builder. differentialPrivacy(Consumer<DifferentialPrivacyConfiguration.Builder> differentialPrivacy)The differential privacy configuration.AnalysisRuleCustom.BuilderAnalysisRuleCustom.Builder. differentialPrivacy(DifferentialPrivacyConfiguration differentialPrivacy)The differential privacy configuration.AnalysisRuleCustom.BuilderAnalysisRuleCustom. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AnalysisRuleCustom.Builder Modifier and Type Method Description static Class<? extends AnalysisRuleCustom.Builder>AnalysisRuleCustom. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type AnalysisRuleCustom.Builder Modifier and Type Method Description default AnalysisRulePolicyV1.BuilderAnalysisRulePolicyV1.Builder. custom(Consumer<AnalysisRuleCustom.Builder> custom)Analysis rule type that enables custom SQL queries on a configured table.default ConfiguredTableAnalysisRulePolicyV1.BuilderConfiguredTableAnalysisRulePolicyV1.Builder. custom(Consumer<AnalysisRuleCustom.Builder> custom)Sets the value of the Custom property for this object.static AnalysisRulePolicyV1AnalysisRulePolicyV1. fromCustom(Consumer<AnalysisRuleCustom.Builder> custom)Create an instance of this class withAnalysisRulePolicyV1.custom()initialized to the given value.static ConfiguredTableAnalysisRulePolicyV1ConfiguredTableAnalysisRulePolicyV1. fromCustom(Consumer<AnalysisRuleCustom.Builder> custom)Create an instance of this class withConfiguredTableAnalysisRulePolicyV1.custom()initialized to the given value.
-