Interface RangeConstant.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RangeConstant.Builder,,RangeConstant> SdkBuilder<RangeConstant.Builder,,RangeConstant> SdkPojo
- Enclosing class:
 RangeConstant
public static interface RangeConstant.Builder
extends SdkPojo, CopyableBuilder<RangeConstant.Builder,RangeConstant> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe maximum value for a range constant.The minimum value for a range constant.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
- 
minimum
The minimum value for a range constant.
- Parameters:
 minimum- The minimum value for a range constant.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
maximum
The maximum value for a range constant.
- Parameters:
 maximum- The maximum value for a range constant.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -