Interface AutomatedReasoningPolicyAddVariableAnnotation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicyAddVariableAnnotation.Builder,
,AutomatedReasoningPolicyAddVariableAnnotation> SdkBuilder<AutomatedReasoningPolicyAddVariableAnnotation.Builder,
,AutomatedReasoningPolicyAddVariableAnnotation> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyAddVariableAnnotation
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyAddVariableAnnotation.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyAddVariableAnnotation.Builder,AutomatedReasoningPolicyAddVariableAnnotation>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of what the variable represents and how it should be used in rules.The name of the new variable.The type of the variable, which can be a built-in type (like string or number) or a custom type defined in 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
-
name
The name of the new variable. This name will be used to reference the variable in rule expressions.
- Parameters:
name
- The name of the new variable. This name will be used to reference the variable in rule expressions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the variable, which can be a built-in type (like string or number) or a custom type defined in the policy.
- Parameters:
type
- The type of the variable, which can be a built-in type (like string or number) or a custom type defined in the policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of what the variable represents and how it should be used in rules.
- Parameters:
description
- A description of what the variable represents and how it should be used in rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-