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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchRange.Builderend(Long end)The end of the range.MatchRange.Builderstart(Long start)The start of the range.-
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
-
end
MatchRange.Builder end(Long 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
MatchRange.Builder start(Long 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.
-
-