Interface AnalysisRulePolicy.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalysisRulePolicy.Builder,
,AnalysisRulePolicy> SdkBuilder<AnalysisRulePolicy.Builder,
,AnalysisRulePolicy> SdkPojo
- Enclosing class:
AnalysisRulePolicy
@Mutable
@NotThreadSafe
public static interface AnalysisRulePolicy.Builder
extends SdkPojo, CopyableBuilder<AnalysisRulePolicy.Builder,AnalysisRulePolicy>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AnalysisRulePolicy.Builder
Controls on the query specifications that can be run on configured table.Controls on the query specifications that can be run on configured table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
v1
Controls on the query specifications that can be run on configured table.
- Parameters:
v1
- Controls on the query specifications that can be run on configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaAnalysisRulePolicyV1.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tov1(AnalysisRulePolicyV1)
.- Parameters:
v1
- a consumer that will call methods onAnalysisRulePolicyV1.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-