pub struct Builder { /* private fields */ }
Expand description
A builder for ElasticInferenceAcceleratorHealth
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The health status of the Elastic Inference Accelerator.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The health status of the Elastic Inference Accelerator.
sourcepub fn build(self) -> ElasticInferenceAcceleratorHealth
pub fn build(self) -> ElasticInferenceAcceleratorHealth
Consumes the builder and constructs a ElasticInferenceAcceleratorHealth
.