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