public static interface AnalysisRulePolicyV1.Builder extends SdkPojo, CopyableBuilder<AnalysisRulePolicyV1.Builder,AnalysisRulePolicyV1>
| Modifier and Type | Method and Description |
|---|---|
AnalysisRulePolicyV1.Builder |
aggregation(AnalysisRuleAggregation aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
|
default AnalysisRulePolicyV1.Builder |
aggregation(Consumer<AnalysisRuleAggregation.Builder> aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
|
AnalysisRulePolicyV1.Builder |
list(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
|
default AnalysisRulePolicyV1.Builder |
list(Consumer<AnalysisRuleList.Builder> list)
Analysis rule type that enables only list queries on a configured table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisRulePolicyV1.Builder list(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
list - Analysis rule type that enables only list queries on a configured table.default AnalysisRulePolicyV1.Builder list(Consumer<AnalysisRuleList.Builder> list)
Analysis rule type that enables only list queries on a configured table.
This is a convenience method that creates an instance of theAnalysisRuleList.Builder avoiding the
need to create one manually via AnalysisRuleList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to list(AnalysisRuleList).
list - a consumer that will call methods on AnalysisRuleList.Builderlist(AnalysisRuleList)AnalysisRulePolicyV1.Builder aggregation(AnalysisRuleAggregation aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
aggregation - Analysis rule type that enables only aggregation queries on a configured table.default AnalysisRulePolicyV1.Builder aggregation(Consumer<AnalysisRuleAggregation.Builder> aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
This is a convenience method that creates an instance of theAnalysisRuleAggregation.Builder avoiding
the need to create one manually via AnalysisRuleAggregation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to aggregation(AnalysisRuleAggregation).
aggregation - a consumer that will call methods on AnalysisRuleAggregation.Builderaggregation(AnalysisRuleAggregation)Copyright © 2023. All rights reserved.