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
Modifier and TypeMethodDescriptionbeginOffsetInclusive
(Integer beginOffsetInclusive) The offset for the start of the highlight.endOffsetExclusive
(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 Details
-
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
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.
-