Interface DecimalValueWhenUnsetConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DecimalValueWhenUnsetConfiguration.Builder,DecimalValueWhenUnsetConfiguration>,SdkBuilder<DecimalValueWhenUnsetConfiguration.Builder,DecimalValueWhenUnsetConfiguration>,SdkPojo
- Enclosing class:
- DecimalValueWhenUnsetConfiguration
@Mutable @NotThreadSafe public static interface DecimalValueWhenUnsetConfiguration.Builder extends SdkPojo, CopyableBuilder<DecimalValueWhenUnsetConfiguration.Builder,DecimalValueWhenUnsetConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecimalValueWhenUnsetConfiguration.BuildercustomValue(Double customValue)A custom value that's used when the value of a parameter isn't set.DecimalValueWhenUnsetConfiguration.BuildervalueWhenUnsetOption(String valueWhenUnsetOption)The built-in options for default values.DecimalValueWhenUnsetConfiguration.BuildervalueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)The built-in options for default values.-
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 Detail
-
valueWhenUnsetOption
DecimalValueWhenUnsetConfiguration.Builder valueWhenUnsetOption(String valueWhenUnsetOption)
The built-in options for default values. The value can be one of the following:
-
RECOMMENDED: The recommended value. -
NULL: TheNULLvalue.
- Parameters:
valueWhenUnsetOption- The built-in options for default values. The value can be one of the following:-
RECOMMENDED: The recommended value. -
NULL: TheNULLvalue.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ValueWhenUnsetOption,ValueWhenUnsetOption
-
-
valueWhenUnsetOption
DecimalValueWhenUnsetConfiguration.Builder valueWhenUnsetOption(ValueWhenUnsetOption valueWhenUnsetOption)
The built-in options for default values. The value can be one of the following:
-
RECOMMENDED: The recommended value. -
NULL: TheNULLvalue.
- Parameters:
valueWhenUnsetOption- The built-in options for default values. The value can be one of the following:-
RECOMMENDED: The recommended value. -
NULL: TheNULLvalue.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ValueWhenUnsetOption,ValueWhenUnsetOption
-
-
customValue
DecimalValueWhenUnsetConfiguration.Builder customValue(Double customValue)
A custom value that's used when the value of a parameter isn't set.
- Parameters:
customValue- A custom value that's used when the value of a parameter isn't set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-