Interface MatchOffset.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MatchOffset.Builder,
,MatchOffset> SdkBuilder<MatchOffset.Builder,
,MatchOffset> SdkPojo
- Enclosing class:
MatchOffset
@Mutable
@NotThreadSafe
public static interface MatchOffset.Builder
extends SdkPojo, CopyableBuilder<MatchOffset.Builder,MatchOffset>
-
Method Summary
Modifier and TypeMethodDescriptionThe 0-indexed number indicating the end position (exclusive) of a matched term.startOffset
(Integer startOffset) The 0-indexed number indicating the start position (inclusive) of a matched term.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, sdkFieldNameToField, sdkFields
-
Method Details
-
endOffset
The 0-indexed number indicating the end position (exclusive) of a matched term.
- Parameters:
endOffset
- The 0-indexed number indicating the end position (exclusive) of a matched term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startOffset
The 0-indexed number indicating the start position (inclusive) of a matched term.
- Parameters:
startOffset
- The 0-indexed number indicating the start position (inclusive) of a matched term.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-