Interface AutomatedReasoningPolicyUpdateRuleAnnotation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicyUpdateRuleAnnotation.Builder,
,AutomatedReasoningPolicyUpdateRuleAnnotation> SdkBuilder<AutomatedReasoningPolicyUpdateRuleAnnotation.Builder,
,AutomatedReasoningPolicyUpdateRuleAnnotation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyUpdateRuleAnnotation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyUpdateRuleAnnotation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyUpdateRuleAnnotation.Builder,AutomatedReasoningPolicyUpdateRuleAnnotation>
-
Method Summary
Modifier and TypeMethodDescriptionexpression
(String expression) The new formal logical expression for the rule, replacing the previous expression.The unique identifier of the rule to update.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
-
ruleId
The unique identifier of the rule to update.
- Parameters:
ruleId
- The unique identifier of the rule to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expression
The new formal logical expression for the rule, replacing the previous expression.
- Parameters:
expression
- The new formal logical expression for the rule, replacing the previous expression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-