Interface Span.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Span.Builder,Span>
,SdkBuilder<Span.Builder,Span>
,SdkPojo
- Enclosing class:
- Span
public static interface Span.Builder extends SdkPojo, CopyableBuilder<Span.Builder,Span>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Span.Builder
end(Integer end)
End of spanSpan.Builder
start(Integer start)
Start of span-
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
-
start
Span.Builder start(Integer start)
Start of span
- Parameters:
start
- Start of span- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
end
Span.Builder end(Integer end)
End of span
- Parameters:
end
- End of span- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-