Struct aws_sdk_macie2::model::resource_profile_artifact::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ResourceProfileArtifact
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the object.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the object.
sourcepub fn classification_result_status(self, input: impl Into<String>) -> Self
pub fn classification_result_status(self, input: impl Into<String>) -> Self
The status of the analysis. Possible values are:
COMPLETE - Amazon Macie successfully completed its analysis of the object.
PARTIAL - Macie analyzed only a subset of data in the object. For example, the object is an archive file that contains files in an unsupported format.
SKIPPED - Macie wasn't able to analyze the object. For example, the object is a malformed file.
sourcepub fn set_classification_result_status(self, input: Option<String>) -> Self
pub fn set_classification_result_status(self, input: Option<String>) -> Self
The status of the analysis. Possible values are:
COMPLETE - Amazon Macie successfully completed its analysis of the object.
PARTIAL - Macie analyzed only a subset of data in the object. For example, the object is an archive file that contains files in an unsupported format.
SKIPPED - Macie wasn't able to analyze the object. For example, the object is a malformed file.
sourcepub fn sensitive(self, input: bool) -> Self
pub fn sensitive(self, input: bool) -> Self
Specifies whether Amazon Macie found sensitive data in the object.
sourcepub fn set_sensitive(self, input: Option<bool>) -> Self
pub fn set_sensitive(self, input: Option<bool>) -> Self
Specifies whether Amazon Macie found sensitive data in the object.
sourcepub fn build(self) -> ResourceProfileArtifact
pub fn build(self) -> ResourceProfileArtifact
Consumes the builder and constructs a ResourceProfileArtifact
.