| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleCustom |
AnalysisRulePolicyV1.custom()
Analysis rule type that enables custom SQL queries on a configured table.
|
AnalysisRuleCustom |
ConfiguredTableAnalysisRulePolicyV1.custom()
Returns the value of the Custom property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
AnalysisRulePolicyV1.Builder |
AnalysisRulePolicyV1.Builder.custom(AnalysisRuleCustom custom)
Analysis rule type that enables custom SQL queries on a configured table.
|
ConfiguredTableAnalysisRulePolicyV1.Builder |
ConfiguredTableAnalysisRulePolicyV1.Builder.custom(AnalysisRuleCustom custom)
Sets the value of the Custom property for this object.
|
static AnalysisRulePolicyV1 |
AnalysisRulePolicyV1.fromCustom(AnalysisRuleCustom custom)
Create an instance of this class with
AnalysisRulePolicyV1.custom() initialized to the given value. |
static ConfiguredTableAnalysisRulePolicyV1 |
ConfiguredTableAnalysisRulePolicyV1.fromCustom(AnalysisRuleCustom custom)
Create an instance of this class with
ConfiguredTableAnalysisRulePolicyV1.custom() initialized to the given value. |
Copyright © 2023. All rights reserved.