Interface VariableValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VariableValue.Builder,
,VariableValue> SdkBuilder<VariableValue.Builder,
,VariableValue> SdkPojo
- Enclosing class:
VariableValue
@Mutable
@NotThreadSafe
public static interface VariableValue.Builder
extends SdkPojo, CopyableBuilder<VariableValue.Builder,VariableValue>
-
Method Summary
Modifier and TypeMethodDescriptionIf this feature uses the Boolean variation type, this field contains the Boolean value of this variation.doubleValue
(Double doubleValue) If this feature uses the double integer variation type, this field contains the double integer value of this variation.If this feature uses the long variation type, this field contains the long value of this variation.stringValue
(String stringValue) If this feature uses the string variation type, this field contains the string value of this variation.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
-
boolValue
If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.
- Parameters:
boolValue
- If this feature uses the Boolean variation type, this field contains the Boolean value of this variation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
doubleValue
If this feature uses the double integer variation type, this field contains the double integer value of this variation.
- Parameters:
doubleValue
- If this feature uses the double integer variation type, this field contains the double integer value of this variation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
longValue
If this feature uses the long variation type, this field contains the long value of this variation.
- Parameters:
longValue
- If this feature uses the long variation type, this field contains the long value of this variation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringValue
If this feature uses the string variation type, this field contains the string value of this variation.
- Parameters:
stringValue
- If this feature uses the string variation type, this field contains the string value of this variation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-