Struct aws_sdk_ecr::model::cvss_score::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CvssScore.
Implementations§
source§impl Builder
impl Builder
sourcepub fn base_score(self, input: f64) -> Self
pub fn base_score(self, input: f64) -> Self
The base CVSS score used for the finding.
sourcepub fn set_base_score(self, input: Option<f64>) -> Self
pub fn set_base_score(self, input: Option<f64>) -> Self
The base CVSS score used for the finding.
sourcepub fn scoring_vector(self, input: impl Into<String>) -> Self
pub fn scoring_vector(self, input: impl Into<String>) -> Self
The vector string of the CVSS score.
sourcepub fn set_scoring_vector(self, input: Option<String>) -> Self
pub fn set_scoring_vector(self, input: Option<String>) -> Self
The vector string of the CVSS score.
sourcepub fn set_source(self, input: Option<String>) -> Self
pub fn set_source(self, input: Option<String>) -> Self
The source of the CVSS score.
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
The version of CVSS used for the score.