Struct aws_sdk_applicationinsights::model::application_component::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ApplicationComponent
Implementations
The name of the component.
The name of the component.
If logging is supported for the resource type, indicates whether the component has configured logs to be monitored.
If logging is supported for the resource type, indicates whether the component has configured logs to be monitored.
The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.
The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.
The operating system of the component.
Indicates whether the application component is monitored.
Indicates whether the application component is monitored.
Adds a key-value pair to detected_workload
.
To override the contents of this collection use set_detected_workload
.
Workloads detected in the application component.
Workloads detected in the application component.
Consumes the builder and constructs a ApplicationComponent
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