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