public static interface AnalysisRuleList.Builder extends SdkPojo, CopyableBuilder<AnalysisRuleList.Builder,AnalysisRuleList>
| Modifier and Type | Method and Description |
|---|---|
AnalysisRuleList.Builder |
allowedJoinOperators(Collection<JoinOperator> allowedJoinOperators)
Which logical operators (if any) are to be used in an INNER JOIN match condition.
|
AnalysisRuleList.Builder |
allowedJoinOperators(JoinOperator... allowedJoinOperators)
Which logical operators (if any) are to be used in an INNER JOIN match condition.
|
AnalysisRuleList.Builder |
allowedJoinOperatorsWithStrings(Collection<String> allowedJoinOperators)
Which logical operators (if any) are to be used in an INNER JOIN match condition.
|
AnalysisRuleList.Builder |
allowedJoinOperatorsWithStrings(String... allowedJoinOperators)
Which logical operators (if any) are to be used in an INNER JOIN match condition.
|
AnalysisRuleList.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.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.Builder |
listColumns(Collection<String> listColumns)
Columns that can be listed in the output.
|
AnalysisRuleList.Builder |
listColumns(String... listColumns)
Columns that can be listed in the output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisRuleList.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.
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.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.
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.Builder allowedJoinOperatorsWithStrings(Collection<String> allowedJoinOperators)
Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND
.
allowedJoinOperators - Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is
AND.AnalysisRuleList.Builder allowedJoinOperatorsWithStrings(String... allowedJoinOperators)
Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND
.
allowedJoinOperators - Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is
AND.AnalysisRuleList.Builder allowedJoinOperators(Collection<JoinOperator> allowedJoinOperators)
Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND
.
allowedJoinOperators - Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is
AND.AnalysisRuleList.Builder allowedJoinOperators(JoinOperator... allowedJoinOperators)
Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is AND
.
allowedJoinOperators - Which logical operators (if any) are to be used in an INNER JOIN match condition. Default is
AND.AnalysisRuleList.Builder listColumns(Collection<String> listColumns)
Columns that can be listed in the output.
listColumns - Columns that can be listed in the output.AnalysisRuleList.Builder listColumns(String... listColumns)
Columns that can be listed in the output.
listColumns - Columns that can be listed in the output.Copyright © 2023. All rights reserved.