Interface AutomatedReasoningPolicyDeleteRuleMutation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedReasoningPolicyDeleteRuleMutation.Builder,,AutomatedReasoningPolicyDeleteRuleMutation> SdkBuilder<AutomatedReasoningPolicyDeleteRuleMutation.Builder,,AutomatedReasoningPolicyDeleteRuleMutation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyDeleteRuleMutation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyDeleteRuleMutation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyDeleteRuleMutation.Builder,AutomatedReasoningPolicyDeleteRuleMutation>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the rule to delete.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the rule to delete.
- Parameters:
id- The unique identifier of the rule to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-