Struct aws_sdk_securityhub::model::classification_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ClassificationStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn code(self, input: impl Into<String>) -> Self
pub fn code(self, input: impl Into<String>) -> Self
The code that represents the status of the sensitive data detection.
sourcepub fn set_code(self, input: Option<String>) -> Self
pub fn set_code(self, input: Option<String>) -> Self
The code that represents the status of the sensitive data detection.
sourcepub fn reason(self, input: impl Into<String>) -> Self
pub fn reason(self, input: impl Into<String>) -> Self
A longer description of the current status of the sensitive data detection.
sourcepub fn set_reason(self, input: Option<String>) -> Self
pub fn set_reason(self, input: Option<String>) -> Self
A longer description of the current status of the sensitive data detection.
sourcepub fn build(self) -> ClassificationStatus
pub fn build(self) -> ClassificationStatus
Consumes the builder and constructs a ClassificationStatus
.