Interface AutomatedReasoningPolicyAddRuleMutation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicyAddRuleMutation.Builder,
,AutomatedReasoningPolicyAddRuleMutation> SdkBuilder<AutomatedReasoningPolicyAddRuleMutation.Builder,
,AutomatedReasoningPolicyAddRuleMutation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyAddRuleMutation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyAddRuleMutation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyAddRuleMutation.Builder,AutomatedReasoningPolicyAddRuleMutation>
-
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
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 AutomatedReasoningPolicyAddRuleMutation.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:
-