Interface Span.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Span.Builder,Span>,SdkBuilder<Span.Builder,Span>,SdkPojo
- Enclosing class:
- Span
@Mutable @NotThreadSafe 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.Builderdocument(String document)The span document.Span.Builderid(String id)The span ID.-
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
-
id
Span.Builder id(String id)
The span ID.
- Parameters:
id- The span ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
document
Span.Builder document(String document)
The span document.
- Parameters:
document- The span document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-