Uses of Interface
software.amazon.awssdk.services.cleanrooms.model.AnalysisRuleList.Builder
-
Packages that use AnalysisRuleList.Builder Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of AnalysisRuleList.Builder in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return AnalysisRuleList.Builder Modifier and Type Method Description AnalysisRuleList.BuilderAnalysisRuleList.Builder. allowedJoinOperators(Collection<JoinOperator> allowedJoinOperators)The logical operators (if any) that are to be used in an INNER JOIN match condition.AnalysisRuleList.BuilderAnalysisRuleList.Builder. allowedJoinOperators(JoinOperator... allowedJoinOperators)The logical operators (if any) that are to be used in an INNER JOIN match condition.AnalysisRuleList.BuilderAnalysisRuleList.Builder. allowedJoinOperatorsWithStrings(String... allowedJoinOperators)The logical operators (if any) that are to be used in an INNER JOIN match condition.AnalysisRuleList.BuilderAnalysisRuleList.Builder. allowedJoinOperatorsWithStrings(Collection<String> allowedJoinOperators)The logical operators (if any) that are to be used in an INNER JOIN match condition.static AnalysisRuleList.BuilderAnalysisRuleList. builder()AnalysisRuleList.BuilderAnalysisRuleList.Builder. joinColumns(String... joinColumns)Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.AnalysisRuleList.BuilderAnalysisRuleList.Builder. joinColumns(Collection<String> joinColumns)Columns that can be used to join a configured table with the table of the member who can query and other members' configured tables.AnalysisRuleList.BuilderAnalysisRuleList.Builder. listColumns(String... listColumns)Columns that can be listed in the output.AnalysisRuleList.BuilderAnalysisRuleList.Builder. listColumns(Collection<String> listColumns)Columns that can be listed in the output.AnalysisRuleList.BuilderAnalysisRuleList. toBuilder()Methods in software.amazon.awssdk.services.cleanrooms.model that return types with arguments of type AnalysisRuleList.Builder Modifier and Type Method Description static Class<? extends AnalysisRuleList.Builder>AnalysisRuleList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cleanrooms.model with type arguments of type AnalysisRuleList.Builder Modifier and Type Method Description static AnalysisRulePolicyV1AnalysisRulePolicyV1. fromList(Consumer<AnalysisRuleList.Builder> list)Create an instance of this class withAnalysisRulePolicyV1.list()initialized to the given value.static ConfiguredTableAnalysisRulePolicyV1ConfiguredTableAnalysisRulePolicyV1. fromList(Consumer<AnalysisRuleList.Builder> list)Create an instance of this class withConfiguredTableAnalysisRulePolicyV1.list()initialized to the given value.default AnalysisRulePolicyV1.BuilderAnalysisRulePolicyV1.Builder. list(Consumer<AnalysisRuleList.Builder> list)Analysis rule type that enables only list queries on a configured table.default ConfiguredTableAnalysisRulePolicyV1.BuilderConfiguredTableAnalysisRulePolicyV1.Builder. list(Consumer<AnalysisRuleList.Builder> list)Analysis rule type that enables only list queries on a configured table.
-