Struct aws_sdk_xray::model::trace::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Trace
Implementations
The unique identifier for the request that generated the trace's segments and subsegments.
The unique identifier for the request that generated the trace's segments and subsegments.
The length of time in seconds between the start time of the root segment and the end time of the last segment that completed.
The length of time in seconds between the start time of the root segment and the end time of the last segment that completed.
LimitExceeded is set to true when the trace has exceeded one of the defined quotas. For more information about quotas, see Amazon Web Services X-Ray endpoints and quotas.
LimitExceeded is set to true when the trace has exceeded one of the defined quotas. For more information about quotas, see Amazon Web Services X-Ray endpoints and quotas.
Appends an item to segments
.
To override the contents of this collection use set_segments
.
Segment documents for the segments and subsegments that comprise the trace.
Segment documents for the segments and subsegments that comprise the trace.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more