Struct aws_sdk_securityhub::model::vulnerability_vendor::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for VulnerabilityVendor
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn vendor_severity(self, input: impl Into<String>) -> Self
pub fn vendor_severity(self, input: impl Into<String>) -> Self
The severity that the vendor assigned to the vulnerability.
sourcepub fn set_vendor_severity(self, input: Option<String>) -> Self
pub fn set_vendor_severity(self, input: Option<String>) -> Self
The severity that the vendor assigned to the vulnerability.
sourcepub fn vendor_created_at(self, input: impl Into<String>) -> Self
pub fn vendor_created_at(self, input: impl Into<String>) -> Self
Indicates when the vulnerability advisory was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn set_vendor_created_at(self, input: Option<String>) -> Self
pub fn set_vendor_created_at(self, input: Option<String>) -> Self
Indicates when the vulnerability advisory was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn vendor_updated_at(self, input: impl Into<String>) -> Self
pub fn vendor_updated_at(self, input: impl Into<String>) -> Self
Indicates when the vulnerability advisory was last updated.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn set_vendor_updated_at(self, input: Option<String>) -> Self
pub fn set_vendor_updated_at(self, input: Option<String>) -> Self
Indicates when the vulnerability advisory was last updated.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn build(self) -> VulnerabilityVendor
pub fn build(self) -> VulnerabilityVendor
Consumes the builder and constructs a VulnerabilityVendor
.