Struct aws_sdk_xray::model::edge::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for Edge
Implementations
Identifier of the edge. Unique within a service map.
Identifier of the edge. Unique within a service map.
The start time of the first segment on the edge.
The start time of the first segment on the edge.
The end time of the last segment on the edge.
Response statistics for segments on the edge.
Response statistics for segments on the edge.
Appends an item to response_time_histogram
.
To override the contents of this collection use set_response_time_histogram
.
A histogram that maps the spread of client response times on an edge.
A histogram that maps the spread of client response times on an edge.
Appends an item to aliases
.
To override the contents of this collection use set_aliases
.
Aliases for the edge.
Aliases for the edge.
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