public static interface ConfiguredTableAnalysisRulePolicyV1.Builder extends SdkPojo, CopyableBuilder<ConfiguredTableAnalysisRulePolicyV1.Builder,ConfiguredTableAnalysisRulePolicyV1>
| Modifier and Type | Method and Description |
|---|---|
ConfiguredTableAnalysisRulePolicyV1.Builder |
aggregation(AnalysisRuleAggregation aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
|
default ConfiguredTableAnalysisRulePolicyV1.Builder |
aggregation(Consumer<AnalysisRuleAggregation.Builder> aggregation)
Analysis rule type that enables only aggregation queries on a configured table.
|
ConfiguredTableAnalysisRulePolicyV1.Builder |
custom(AnalysisRuleCustom custom)
Sets the value of the Custom property for this object.
|
default ConfiguredTableAnalysisRulePolicyV1.Builder |
custom(Consumer<AnalysisRuleCustom.Builder> custom)
Sets the value of the Custom property for this object.
|
ConfiguredTableAnalysisRulePolicyV1.Builder |
list(AnalysisRuleList list)
Analysis rule type that enables only list queries on a configured table.
|
default ConfiguredTableAnalysisRulePolicyV1.Builder |
list(Consumer<AnalysisRuleList.Builder> list)
Analysis rule type that enables only list queries on a configured table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConfiguredTableAnalysisRulePolicyV1.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 ConfiguredTableAnalysisRulePolicyV1.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)ConfiguredTableAnalysisRulePolicyV1.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 ConfiguredTableAnalysisRulePolicyV1.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)ConfiguredTableAnalysisRulePolicyV1.Builder custom(AnalysisRuleCustom custom)
custom - The new value for the Custom property for this object.default ConfiguredTableAnalysisRulePolicyV1.Builder custom(Consumer<AnalysisRuleCustom.Builder> custom)
AnalysisRuleCustom.Builder avoiding the
need to create one manually via AnalysisRuleCustom.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to custom(AnalysisRuleCustom).
custom - a consumer that will call methods on AnalysisRuleCustom.Buildercustom(AnalysisRuleCustom)Copyright © 2023. All rights reserved.