Interface AutomatedReasoningPolicyUpdateVariableAnnotation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicyUpdateVariableAnnotation.Builder,
,AutomatedReasoningPolicyUpdateVariableAnnotation> SdkBuilder<AutomatedReasoningPolicyUpdateVariableAnnotation.Builder,
,AutomatedReasoningPolicyUpdateVariableAnnotation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyUpdateVariableAnnotation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyUpdateVariableAnnotation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyUpdateVariableAnnotation.Builder,AutomatedReasoningPolicyUpdateVariableAnnotation>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The new description for the variable, replacing the previous description.The current name of the variable to update.The new name for the variable, if you want to rename it.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
-
name
The current name of the variable to update.
- Parameters:
name
- The current name of the variable to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newName
The new name for the variable, if you want to rename it. If not provided, the name remains unchanged.
- Parameters:
newName
- The new name for the variable, if you want to rename it. If not provided, the name remains unchanged.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The new description for the variable, replacing the previous description.
- Parameters:
description
- The new description for the variable, replacing the previous description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-