Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.SpanContext.Builder
Packages that use SpanContext.Builder
-
Uses of SpanContext.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SpanContext.BuilderModifier and TypeMethodDescriptionstatic SpanContext.BuilderSpanContext.builder()The unique identifier of the session containing this span.The unique identifier of the specific span being referenced.SpanContext.toBuilder()The unique identifier of the trace containing this span.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type SpanContext.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SpanContext.Builder>SpanContext.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type SpanContext.BuilderModifier and TypeMethodDescriptionstatic ContextContext.fromSpanContext(Consumer<SpanContext.Builder> spanContext) Create an instance of this class withContext.spanContext()initialized to the given value.default Context.BuilderContext.Builder.spanContext(Consumer<SpanContext.Builder> spanContext) The span context information that uniquely identifies the trace and span being evaluated, including session ID, trace ID, and span ID for precise targeting within the agent's execution flow.