Interface SuggestionHighlight.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SuggestionHighlight.Builder,,- SuggestionHighlight> - SdkBuilder<SuggestionHighlight.Builder,,- SuggestionHighlight> - SdkPojo
- Enclosing class:
- SuggestionHighlight
@Mutable
@NotThreadSafe
public static interface SuggestionHighlight.Builder
extends SdkPojo, CopyableBuilder<SuggestionHighlight.Builder,SuggestionHighlight> 
- 
Method SummaryModifier and TypeMethodDescriptionbeginOffset(Integer beginOffset) The zero-based location in the response string where the highlight starts.The zero-based location in the response string where the highlight ends.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
beginOffsetThe 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.
 
- 
endOffsetThe 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.
 
 
-