pub struct Builder { /* private fields */ }Expand description
A builder for TrustedAdvisorResourcesSummary.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn resources_processed(self, input: i64) -> Self
pub fn resources_processed(self, input: i64) -> Self
The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
sourcepub fn set_resources_processed(self, input: Option<i64>) -> Self
pub fn set_resources_processed(self, input: Option<i64>) -> Self
The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
sourcepub fn resources_flagged(self, input: i64) -> Self
pub fn resources_flagged(self, input: i64) -> Self
The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
sourcepub fn set_resources_flagged(self, input: Option<i64>) -> Self
pub fn set_resources_flagged(self, input: Option<i64>) -> Self
The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
sourcepub fn resources_ignored(self, input: i64) -> Self
pub fn resources_ignored(self, input: i64) -> Self
The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
sourcepub fn set_resources_ignored(self, input: Option<i64>) -> Self
pub fn set_resources_ignored(self, input: Option<i64>) -> Self
The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
sourcepub fn resources_suppressed(self, input: i64) -> Self
pub fn resources_suppressed(self, input: i64) -> Self
The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.
sourcepub fn set_resources_suppressed(self, input: Option<i64>) -> Self
pub fn set_resources_suppressed(self, input: Option<i64>) -> Self
The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.
sourcepub fn build(self) -> TrustedAdvisorResourcesSummary
pub fn build(self) -> TrustedAdvisorResourcesSummary
Consumes the builder and constructs a TrustedAdvisorResourcesSummary.