Interface Highlight.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Highlight.Builder,,- Highlight> - SdkBuilder<Highlight.Builder,,- Highlight> - SdkPojo
- Enclosing class:
- Highlight
@Mutable
@NotThreadSafe
public static interface Highlight.Builder
extends SdkPojo, CopyableBuilder<Highlight.Builder,Highlight> 
- 
Method SummaryModifier and TypeMethodDescriptionEnd index of the highlight.startIndex(Integer startIndex) Start index of the highlight.The highlight's value.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- 
startIndexStart index of the highlight. - Parameters:
- startIndex- Start index of the highlight.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endIndexEnd index of the highlight. - Parameters:
- endIndex- End index of the highlight.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueThe highlight's value. - Parameters:
- value- The highlight's value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-