Interface Range.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Range.Builder,,Range> SdkBuilder<Range.Builder,,Range> SdkPojo
- Enclosing class:
 Range
- 
Method Summary
Modifier and TypeMethodDescriptionMaximum value supported by the field.Minimum value supported by the field.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, sdkFields 
- 
Method Details
- 
maximum
Maximum value supported by the field.
- Parameters:
 maximum- Maximum value supported by the field.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
minimum
Minimum value supported by the field.
- Parameters:
 minimum- Minimum value supported by the field.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -