Struct aws_sdk_xray::model::insight_impact_graph_edge::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for InsightImpactGraphEdge
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn reference_id(self, input: i32) -> Self
pub fn reference_id(self, input: i32) -> Self
Identifier of the edge. Unique within a service map.
sourcepub fn set_reference_id(self, input: Option<i32>) -> Self
pub fn set_reference_id(self, input: Option<i32>) -> Self
Identifier of the edge. Unique within a service map.
sourcepub fn build(self) -> InsightImpactGraphEdge
pub fn build(self) -> InsightImpactGraphEdge
Consumes the builder and constructs a InsightImpactGraphEdge
.