| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleCustom.Builder |
AnalysisRuleCustom.Builder.allowedAnalyses(Collection<String> allowedAnalyses)
The analysis templates that are allowed by the custom analysis rule.
|
AnalysisRuleCustom.Builder |
AnalysisRuleCustom.Builder.allowedAnalyses(String... allowedAnalyses)
The analysis templates that are allowed by the custom analysis rule.
|
AnalysisRuleCustom.Builder |
AnalysisRuleCustom.Builder.allowedAnalysisProviders(Collection<String> allowedAnalysisProviders)
The Amazon Web Services accounts that are allowed to query by the custom analysis rule.
|
AnalysisRuleCustom.Builder |
AnalysisRuleCustom.Builder.allowedAnalysisProviders(String... allowedAnalysisProviders)
The Amazon Web Services accounts that are allowed to query by the custom analysis rule.
|
static AnalysisRuleCustom.Builder |
AnalysisRuleCustom.builder() |
AnalysisRuleCustom.Builder |
AnalysisRuleCustom.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnalysisRuleCustom.Builder> |
AnalysisRuleCustom.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AnalysisRulePolicyV1.Builder |
AnalysisRulePolicyV1.Builder.custom(Consumer<AnalysisRuleCustom.Builder> custom)
Analysis rule type that enables custom SQL queries on a configured table.
|
default ConfiguredTableAnalysisRulePolicyV1.Builder |
ConfiguredTableAnalysisRulePolicyV1.Builder.custom(Consumer<AnalysisRuleCustom.Builder> custom)
Sets the value of the Custom property for this object.
|
static AnalysisRulePolicyV1 |
AnalysisRulePolicyV1.fromCustom(Consumer<AnalysisRuleCustom.Builder> custom)
Create an instance of this class with
AnalysisRulePolicyV1.custom() initialized to the given value. |
static ConfiguredTableAnalysisRulePolicyV1 |
ConfiguredTableAnalysisRulePolicyV1.fromCustom(Consumer<AnalysisRuleCustom.Builder> custom)
Create an instance of this class with
ConfiguredTableAnalysisRulePolicyV1.custom() initialized to the given value. |
Copyright © 2023. All rights reserved.