Interface AutomatedReasoningPolicyUpdateRuleMutation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicyUpdateRuleMutation.Builder,
,AutomatedReasoningPolicyUpdateRuleMutation> SdkBuilder<AutomatedReasoningPolicyUpdateRuleMutation.Builder,
,AutomatedReasoningPolicyUpdateRuleMutation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyUpdateRuleMutation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyUpdateRuleMutation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyUpdateRuleMutation.Builder,AutomatedReasoningPolicyUpdateRuleMutation>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Rule property for this object.Sets the value of the Rule property for this object.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
-
rule
AutomatedReasoningPolicyUpdateRuleMutation.Builder rule(AutomatedReasoningPolicyDefinitionRule rule) Sets the value of the Rule property for this object.- Parameters:
rule
- The new value for the Rule property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rule
default AutomatedReasoningPolicyUpdateRuleMutation.Builder rule(Consumer<AutomatedReasoningPolicyDefinitionRule.Builder> rule) Sets the value of the Rule property for this object. This is a convenience method that creates an instance of theAutomatedReasoningPolicyDefinitionRule.Builder
avoiding the need to create one manually viaAutomatedReasoningPolicyDefinitionRule.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torule(AutomatedReasoningPolicyDefinitionRule)
.- Parameters:
rule
- a consumer that will call methods onAutomatedReasoningPolicyDefinitionRule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-