Interface AnalysisRulePolicy.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnalysisRulePolicy.Builder,AnalysisRulePolicy>,SdkBuilder<AnalysisRulePolicy.Builder,AnalysisRulePolicy>,SdkPojo
- Enclosing class:
- AnalysisRulePolicy
public static interface AnalysisRulePolicy.Builder extends SdkPojo, CopyableBuilder<AnalysisRulePolicy.Builder,AnalysisRulePolicy>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AnalysisRulePolicy.Builderv1(Consumer<AnalysisRulePolicyV1.Builder> v1)Controls on the query specifications that can be run on configured table.AnalysisRulePolicy.Builderv1(AnalysisRulePolicyV1 v1)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, sdkFields
-
-
-
-
Method Detail
-
v1
AnalysisRulePolicy.Builder v1(AnalysisRulePolicyV1 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
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.Builderavoiding the need to create one manually viaAnalysisRulePolicyV1.builder().When the
Consumercompletes,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:
v1(AnalysisRulePolicyV1)
-
-