Interface SuggestionHighlight.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SuggestionHighlight.Builder,SuggestionHighlight>,SdkBuilder<SuggestionHighlight.Builder,SuggestionHighlight>,SdkPojo
- Enclosing class:
- SuggestionHighlight
public static interface SuggestionHighlight.Builder extends SdkPojo, CopyableBuilder<SuggestionHighlight.Builder,SuggestionHighlight>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuggestionHighlight.BuilderbeginOffset(Integer beginOffset)The zero-based location in the response string where the highlight starts.SuggestionHighlight.BuilderendOffset(Integer endOffset)The zero-based location in the response string where the highlight ends.-
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
-
beginOffset
SuggestionHighlight.Builder beginOffset(Integer beginOffset)
The zero-based location in the response string where the highlight starts.
- Parameters:
beginOffset- The zero-based location in the response string where the highlight starts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endOffset
SuggestionHighlight.Builder endOffset(Integer endOffset)
The zero-based location in the response string where the highlight ends.
- Parameters:
endOffset- The zero-based location in the response string where the highlight ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-