Struct aws_sdk_xray::model::insight_impact_graph_service::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for InsightImpactGraphService
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn reference_id(self, input: i32) -> Self
pub fn reference_id(self, input: i32) -> Self
Identifier for the service. Unique within the service map.
sourcepub fn set_reference_id(self, input: Option<i32>) -> Self
pub fn set_reference_id(self, input: Option<i32>) -> Self
Identifier for the service. Unique within the service map.
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
Identifier for the service. Unique within the service map.
-
Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.
-
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
-
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
-
remote - A downstream service of indeterminate type.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
Identifier for the service. Unique within the service map.
-
Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.
-
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
-
Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
-
remote - A downstream service of indeterminate type.
sourcepub fn names(self, input: impl Into<String>) -> Self
pub fn names(self, input: impl Into<String>) -> Self
Appends an item to names
.
To override the contents of this collection use set_names
.
A list of names for the service, including the canonical name.
sourcepub fn set_names(self, input: Option<Vec<String>>) -> Self
pub fn set_names(self, input: Option<Vec<String>>) -> Self
A list of names for the service, including the canonical name.
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
Identifier of the Amazon Web Services account in which the service runs.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
Identifier of the Amazon Web Services account in which the service runs.
sourcepub fn edges(self, input: InsightImpactGraphEdge) -> Self
pub fn edges(self, input: InsightImpactGraphEdge) -> Self
Appends an item to edges
.
To override the contents of this collection use set_edges
.
Connections to downstream services.
sourcepub fn set_edges(self, input: Option<Vec<InsightImpactGraphEdge>>) -> Self
pub fn set_edges(self, input: Option<Vec<InsightImpactGraphEdge>>) -> Self
Connections to downstream services.
sourcepub fn build(self) -> InsightImpactGraphService
pub fn build(self) -> InsightImpactGraphService
Consumes the builder and constructs a InsightImpactGraphService
.