Interface ParameterValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ParameterValue.Builder,
,ParameterValue> SdkBuilder<ParameterValue.Builder,
,ParameterValue> SdkPojo
- Enclosing class:
ParameterValue
public static interface ParameterValue.Builder
extends SdkPojo, CopyableBuilder<ParameterValue.Builder,ParameterValue>
-
Method Summary
Modifier and TypeMethodDescriptionbooleanValue
(Boolean booleanValue) A control parameter that is a boolean.doubleValue
(Double doubleValue) A control parameter that is a double.A control parameter that is a list of enums.enumList
(Collection<String> enumList) A control parameter that is a list of enums.A control parameter that is an enum.A control parameter that is an integer.integerList
(Integer... integerList) A control parameter that is a list of integers.integerList
(Collection<Integer> integerList) A control parameter that is a list of integers.A control parameter that is a string.stringList
(String... stringList) A control parameter that is a list of strings.stringList
(Collection<String> stringList) A control parameter that is a list of strings.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, sdkFields
-
Method Details
-
integer
A control parameter that is an integer.
- Parameters:
integer
- A control parameter that is an integer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integerList
A control parameter that is a list of integers.
- Parameters:
integerList
- A control parameter that is a list of integers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integerList
A control parameter that is a list of integers.
- Parameters:
integerList
- A control parameter that is a list of integers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
doubleValue
A control parameter that is a double.
- Parameters:
doubleValue
- A control parameter that is a double.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
string
A control parameter that is a string.
- Parameters:
string
- A control parameter that is a string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringList
A control parameter that is a list of strings.
- Parameters:
stringList
- A control parameter that is a list of strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stringList
A control parameter that is a list of strings.
- Parameters:
stringList
- A control parameter that is a list of strings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
booleanValue
A control parameter that is a boolean.
- Parameters:
booleanValue
- A control parameter that is a boolean.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enumValue
A control parameter that is an enum.
- Parameters:
enumValue
- A control parameter that is an enum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enumList
A control parameter that is a list of enums.
- Parameters:
enumList
- A control parameter that is a list of enums.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enumList
A control parameter that is a list of enums.
- Parameters:
enumList
- A control parameter that is a list of enums.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-