Struct aws_sdk_appmesh::model::outlier_detection::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for OutlierDetection
Implementations
Number of consecutive 5xx
errors required for ejection.
Number of consecutive 5xx
errors required for ejection.
The time interval between ejection sweep analysis.
The time interval between ejection sweep analysis.
The base amount of time for which a host is ejected.
The base amount of time for which a host is ejected.
Maximum percentage of hosts in load balancing pool for upstream service that can be ejected. Will eject at least one host regardless of the value.
Maximum percentage of hosts in load balancing pool for upstream service that can be ejected. Will eject at least one host regardless of the value.
Consumes the builder and constructs a OutlierDetection
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