Interface LongRangeType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LongRangeType.Builder,LongRangeType>,SdkBuilder<LongRangeType.Builder,LongRangeType>,SdkPojo
- Enclosing class:
- LongRangeType
public static interface LongRangeType.Builder extends SdkPojo, CopyableBuilder<LongRangeType.Builder,LongRangeType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongRangeType.BuilderendValue(Long endValue)The size end range (in bytes).LongRangeType.BuilderstartValue(Long startValue)The size start range (in bytes).-
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 Detail
-
startValue
LongRangeType.Builder startValue(Long startValue)
The size start range (in bytes).
- Parameters:
startValue- The size start range (in bytes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endValue
LongRangeType.Builder endValue(Long endValue)
The size end range (in bytes).
- Parameters:
endValue- The size end range (in bytes).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-