Interface Span.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Span.Builder,,Span> SdkBuilder<Span.Builder,,Span> SdkPojo
- Enclosing class:
Span
-
Method Summary
Modifier and TypeMethodDescriptionWhere the text with a citation ends in the generated output.Where the text with a citation starts in the generated output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
end
Where the text with a citation ends in the generated output.
- Parameters:
end- 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.
-
start
Where the text with a citation starts in the generated output.
- Parameters:
start- 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.
-