Struct aws_sdk_ecr::model::score_details::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ScoreDetails.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cvss(self, input: CvssScoreDetails) -> Self
pub fn cvss(self, input: CvssScoreDetails) -> Self
An object that contains details about the CVSS score given to a finding.
sourcepub fn set_cvss(self, input: Option<CvssScoreDetails>) -> Self
pub fn set_cvss(self, input: Option<CvssScoreDetails>) -> Self
An object that contains details about the CVSS score given to a finding.
sourcepub fn build(self) -> ScoreDetails
pub fn build(self) -> ScoreDetails
Consumes the builder and constructs a ScoreDetails.