Interface AutomatedReasoningPolicyDeleteRuleAnnotation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicyDeleteRuleAnnotation.Builder,
,AutomatedReasoningPolicyDeleteRuleAnnotation> SdkBuilder<AutomatedReasoningPolicyDeleteRuleAnnotation.Builder,
,AutomatedReasoningPolicyDeleteRuleAnnotation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyDeleteRuleAnnotation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyDeleteRuleAnnotation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyDeleteRuleAnnotation.Builder,AutomatedReasoningPolicyDeleteRuleAnnotation>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the rule to delete from the policy.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 delete from the policy.
- Parameters:
ruleId
- The unique identifier of the rule to delete from the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-