Struct aws_sdk_xray::input::get_trace_graph_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetTraceGraphInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn trace_ids(self, input: impl Into<String>) -> Self
pub fn trace_ids(self, input: impl Into<String>) -> Self
Appends an item to trace_ids
.
To override the contents of this collection use set_trace_ids
.
Trace IDs of requests for which to generate a service graph.
sourcepub fn set_trace_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_trace_ids(self, input: Option<Vec<String>>) -> Self
Trace IDs of requests for which to generate a service graph.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Pagination token.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Pagination token.
sourcepub fn build(self) -> Result<GetTraceGraphInput, BuildError>
pub fn build(self) -> Result<GetTraceGraphInput, BuildError>
Consumes the builder and constructs a GetTraceGraphInput
.