Struct aws_sdk_securityhub::model::recommendation::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for Recommendation
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn text(self, input: impl Into<String>) -> Self
pub fn text(self, input: impl Into<String>) -> Self
Describes the recommended steps to take to remediate an issue identified in a finding.
sourcepub fn set_text(self, input: Option<String>) -> Self
pub fn set_text(self, input: Option<String>) -> Self
Describes the recommended steps to take to remediate an issue identified in a finding.
sourcepub fn url(self, input: impl Into<String>) -> Self
pub fn url(self, input: impl Into<String>) -> Self
A URL to a page or site that contains information about how to remediate a finding.
sourcepub fn set_url(self, input: Option<String>) -> Self
pub fn set_url(self, input: Option<String>) -> Self
A URL to a page or site that contains information about how to remediate a finding.
sourcepub fn build(self) -> Recommendation
pub fn build(self) -> Recommendation
Consumes the builder and constructs a Recommendation
.