Interface CommandParameterValueNumberRange.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CommandParameterValueNumberRange.Builder,,CommandParameterValueNumberRange> SdkBuilder<CommandParameterValueNumberRange.Builder,,CommandParameterValueNumberRange> SdkPojo
- Enclosing class:
CommandParameterValueNumberRange
@Mutable
@NotThreadSafe
public static interface CommandParameterValueNumberRange.Builder
extends SdkPojo, CopyableBuilder<CommandParameterValueNumberRange.Builder,CommandParameterValueNumberRange>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum value of a numerical range of a command parameter value.The minimum value of a numerical range of a command parameter value.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
min
The minimum value of a numerical range of a command parameter value.
- Parameters:
min- The minimum value of a numerical range of a command parameter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
The maximum value of a numerical range of a command parameter value.
- Parameters:
max- The maximum value of a numerical range of a command parameter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-