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
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
-
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.
-