#[non_exhaustive]pub struct InsightImpactGraphServiceBuilder { /* private fields */ }
Expand description
A builder for InsightImpactGraphService
.
Implementations§
source§impl InsightImpactGraphServiceBuilder
impl InsightImpactGraphServiceBuilder
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 get_reference_id(&self) -> &Option<i32>
pub fn get_reference_id(&self) -> &Option<i32>
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 get_type(&self) -> &Option<String>
pub fn get_type(&self) -> &Option<String>
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 get_names(&self) -> &Option<Vec<String>>
pub fn get_names(&self) -> &Option<Vec<String>>
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 get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
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 get_edges(&self) -> &Option<Vec<InsightImpactGraphEdge>>
pub fn get_edges(&self) -> &Option<Vec<InsightImpactGraphEdge>>
Connections to downstream services.
sourcepub fn build(self) -> InsightImpactGraphService
pub fn build(self) -> InsightImpactGraphService
Consumes the builder and constructs a InsightImpactGraphService
.
Trait Implementations§
source§impl Clone for InsightImpactGraphServiceBuilder
impl Clone for InsightImpactGraphServiceBuilder
source§fn clone(&self) -> InsightImpactGraphServiceBuilder
fn clone(&self) -> InsightImpactGraphServiceBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for InsightImpactGraphServiceBuilder
impl Default for InsightImpactGraphServiceBuilder
source§fn default() -> InsightImpactGraphServiceBuilder
fn default() -> InsightImpactGraphServiceBuilder
source§impl PartialEq for InsightImpactGraphServiceBuilder
impl PartialEq for InsightImpactGraphServiceBuilder
source§fn eq(&self, other: &InsightImpactGraphServiceBuilder) -> bool
fn eq(&self, other: &InsightImpactGraphServiceBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.