public static interface AnalysisRulePolicy.Builder extends SdkPojo, CopyableBuilder<AnalysisRulePolicy.Builder,AnalysisRulePolicy>
| Modifier and Type | Method and Description |
|---|---|
AnalysisRulePolicy.Builder |
v1(AnalysisRulePolicyV1 v1)
Controls on the query specifications that can be run on configured table..
|
default AnalysisRulePolicy.Builder |
v1(Consumer<AnalysisRulePolicyV1.Builder> v1)
Controls on the query specifications that can be run on configured table..
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalysisRulePolicy.Builder v1(AnalysisRulePolicyV1 v1)
Controls on the query specifications that can be run on configured table..
v1 - Controls on the query specifications that can be run on configured table..default AnalysisRulePolicy.Builder v1(Consumer<AnalysisRulePolicyV1.Builder> v1)
Controls on the query specifications that can be run on configured table..
This is a convenience method that creates an instance of theAnalysisRulePolicyV1.Builder avoiding
the need to create one manually via AnalysisRulePolicyV1.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to v1(AnalysisRulePolicyV1).
v1 - a consumer that will call methods on AnalysisRulePolicyV1.Builderv1(AnalysisRulePolicyV1)Copyright © 2023. All rights reserved.