Struct aws_sdk_xray::model::backend_connection_errors::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BackendConnectionErrors
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn timeout_count(self, input: i32) -> Self
pub fn timeout_count(self, input: i32) -> Self
sourcepub fn set_timeout_count(self, input: Option<i32>) -> Self
pub fn set_timeout_count(self, input: Option<i32>) -> Self
sourcepub fn connection_refused_count(self, input: i32) -> Self
pub fn connection_refused_count(self, input: i32) -> Self
sourcepub fn set_connection_refused_count(self, input: Option<i32>) -> Self
pub fn set_connection_refused_count(self, input: Option<i32>) -> Self
sourcepub fn http_code4_xx_count(self, input: i32) -> Self
pub fn http_code4_xx_count(self, input: i32) -> Self
sourcepub fn set_http_code4_xx_count(self, input: Option<i32>) -> Self
pub fn set_http_code4_xx_count(self, input: Option<i32>) -> Self
sourcepub fn http_code5_xx_count(self, input: i32) -> Self
pub fn http_code5_xx_count(self, input: i32) -> Self
sourcepub fn set_http_code5_xx_count(self, input: Option<i32>) -> Self
pub fn set_http_code5_xx_count(self, input: Option<i32>) -> Self
sourcepub fn unknown_host_count(self, input: i32) -> Self
pub fn unknown_host_count(self, input: i32) -> Self
sourcepub fn set_unknown_host_count(self, input: Option<i32>) -> Self
pub fn set_unknown_host_count(self, input: Option<i32>) -> Self
sourcepub fn other_count(self, input: i32) -> Self
pub fn other_count(self, input: i32) -> Self
sourcepub fn set_other_count(self, input: Option<i32>) -> Self
pub fn set_other_count(self, input: Option<i32>) -> Self
sourcepub fn build(self) -> BackendConnectionErrors
pub fn build(self) -> BackendConnectionErrors
Consumes the builder and constructs a BackendConnectionErrors
.