Struct aws_sdk_eventbridge::model::primary::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for Primary.
Implementations§
source§impl Builder
impl Builder
sourcepub fn health_check(self, input: impl Into<String>) -> Self
pub fn health_check(self, input: impl Into<String>) -> Self
The ARN of the health check used by the endpoint to determine whether failover is triggered.
sourcepub fn set_health_check(self, input: Option<String>) -> Self
pub fn set_health_check(self, input: Option<String>) -> Self
The ARN of the health check used by the endpoint to determine whether failover is triggered.