Interface Highlight.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Highlight.Builder,Highlight>,SdkBuilder<Highlight.Builder,Highlight>,SdkPojo
- Enclosing class:
- Highlight
public static interface Highlight.Builder extends SdkPojo, CopyableBuilder<Highlight.Builder,Highlight>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Highlight.BuilderbeginOffsetInclusive(Integer beginOffsetInclusive)The offset for the start of the highlight.Highlight.BuilderendOffsetExclusive(Integer endOffsetExclusive)The offset for the end of the highlight.-
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
-
beginOffsetInclusive
Highlight.Builder beginOffsetInclusive(Integer beginOffsetInclusive)
The offset for the start of the highlight.
- Parameters:
beginOffsetInclusive- The offset for the start of the highlight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endOffsetExclusive
Highlight.Builder endOffsetExclusive(Integer endOffsetExclusive)
The offset for the end of the highlight.
- Parameters:
endOffsetExclusive- The offset for the end of the highlight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-