pub struct Builder { /* private fields */ }
Expand description
A builder for FleetAdvisorLsaAnalysisResponse
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn lsa_analysis_id(self, input: impl Into<String>) -> Self
pub fn lsa_analysis_id(self, input: impl Into<String>) -> Self
The ID of an LSA analysis run by a Fleet Advisor collector.
sourcepub fn set_lsa_analysis_id(self, input: Option<String>) -> Self
pub fn set_lsa_analysis_id(self, input: Option<String>) -> Self
The ID of an LSA analysis run by a Fleet Advisor collector.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The status of an LSA analysis run by a Fleet Advisor collector.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of an LSA analysis run by a Fleet Advisor collector.
sourcepub fn build(self) -> FleetAdvisorLsaAnalysisResponse
pub fn build(self) -> FleetAdvisorLsaAnalysisResponse
Consumes the builder and constructs a FleetAdvisorLsaAnalysisResponse
.