Interface AutomatedReasoningPolicyDefinitionVariable.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedReasoningPolicyDefinitionVariable.Builder,
,AutomatedReasoningPolicyDefinitionVariable> SdkBuilder<AutomatedReasoningPolicyDefinitionVariable.Builder,
,AutomatedReasoningPolicyDefinitionVariable> SdkPojo
- Enclosing class:
AutomatedReasoningPolicyDefinitionVariable
@Mutable
@NotThreadSafe
public static interface AutomatedReasoningPolicyDefinitionVariable.Builder
extends SdkPojo, CopyableBuilder<AutomatedReasoningPolicyDefinitionVariable.Builder,AutomatedReasoningPolicyDefinitionVariable>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the variable that explains what it represents and how users might refer to it.The name of the variable.The data type of the variable.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 variable. Use descriptive names that clearly indicate the concept being represented.
- Parameters:
name
- The name of the variable. Use descriptive names that clearly indicate the concept being represented.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The data type of the variable. Valid types include bool, int, real, enum, and custom types that you can provide.
- Parameters:
type
- The data type of the variable. Valid types include bool, int, real, enum, and custom types that you can provide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the variable that explains what it represents and how users might refer to it. Clear and comprehensive descriptions are essential for accurate natural language translation.
- Parameters:
description
- The description of the variable that explains what it represents and how users might refer to it. Clear and comprehensive descriptions are essential for accurate natural language translation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-