Interface CitationSpan.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CitationSpan.Builder,CitationSpan>,SdkBuilder<CitationSpan.Builder,CitationSpan>,SdkPojo
- Enclosing class:
- CitationSpan
public static interface CitationSpan.Builder extends SdkPojo, CopyableBuilder<CitationSpan.Builder,CitationSpan>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CitationSpan.BuilderbeginOffsetInclusive(Integer beginOffsetInclusive)Where the text with a citation starts in the generated output.CitationSpan.BuilderendOffsetExclusive(Integer endOffsetExclusive)Where the text with a citation ends in the generated output.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
beginOffsetInclusive
CitationSpan.Builder beginOffsetInclusive(Integer beginOffsetInclusive)
Where the text with a citation starts in the generated output.
- Parameters:
beginOffsetInclusive- Where the text with a citation starts in the generated output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endOffsetExclusive
CitationSpan.Builder endOffsetExclusive(Integer endOffsetExclusive)
Where the text with a citation ends in the generated output.
- Parameters:
endOffsetExclusive- Where the text with a citation ends in the generated output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-