Interface AutomatedReasoningPolicyAddRuleAnnotation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicyAddRuleAnnotation.Builder,
,AutomatedReasoningPolicyAddRuleAnnotation> SdkBuilder<AutomatedReasoningPolicyAddRuleAnnotation.Builder,
,AutomatedReasoningPolicyAddRuleAnnotation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyAddRuleAnnotation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyAddRuleAnnotation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyAddRuleAnnotation.Builder,AutomatedReasoningPolicyAddRuleAnnotation>
-
Method Summary
Modifier and TypeMethodDescriptionexpression
(String expression) The formal logical expression that defines the rule, using mathematical notation and referencing policy variables and types.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
-
expression
The formal logical expression that defines the rule, using mathematical notation and referencing policy variables and types.
- Parameters:
expression
- The formal logical expression that defines the rule, using mathematical notation and referencing policy variables and types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-