public static interface AnalysisRuleList.Builder extends SdkPojo, CopyableBuilder<AnalysisRuleList.Builder,AnalysisRuleList>
| Modifier and Type | Method and Description |
|---|---|
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 another
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 another
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 another members' configured tables.
joinColumns - Columns that can be used to join a configured table with the table of the member who can query and
another 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 another members' configured tables.
joinColumns - Columns that can be used to join a configured table with the table of the member who can query and
another members' configured tables.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.