Struct aws_sdk_securityhub::model::remediation::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Remediation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn recommendation(self, input: Recommendation) -> Self
pub fn recommendation(self, input: Recommendation) -> Self
A recommendation on the steps to take to remediate the issue identified by a finding.
sourcepub fn set_recommendation(self, input: Option<Recommendation>) -> Self
pub fn set_recommendation(self, input: Option<Recommendation>) -> Self
A recommendation on the steps to take to remediate the issue identified by a finding.
sourcepub fn build(self) -> Remediation
pub fn build(self) -> Remediation
Consumes the builder and constructs a Remediation
.