Interface DecimalParameter.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DecimalParameter.Builder,
,DecimalParameter> SdkBuilder<DecimalParameter.Builder,
,DecimalParameter> SdkPojo
- Enclosing class:
DecimalParameter
public static interface DecimalParameter.Builder
extends SdkPojo, CopyableBuilder<DecimalParameter.Builder,DecimalParameter>
-
Method Summary
Modifier and TypeMethodDescriptionA display name for the decimal parameter.The values for the decimal parameter.values
(Collection<Double> values) The values for the decimal parameter.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
-
name
A display name for the decimal parameter.
- Parameters:
name
- A display name for the decimal parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values for the decimal parameter.
- Parameters:
values
- The values for the decimal parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values for the decimal parameter.
- Parameters:
values
- The values for the decimal parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-