public static interface Detection.Builder extends SdkPojo, CopyableBuilder<Detection.Builder,Detection>
| Modifier and Type | Method and Description |
|---|---|
Detection.Builder |
arn(String arn)
If the sensitive data was detected by a custom data identifier, the Amazon Resource Name (ARN) of the custom
data identifier that detected the data.
|
Detection.Builder |
count(Long count)
The total number of occurrences of the sensitive data.
|
Detection.Builder |
id(String id)
The unique identifier for the custom data identifier or managed data identifier that detected the sensitive
data.
|
Detection.Builder |
name(String name)
The name of the custom data identifier or managed data identifier that detected the sensitive data.
|
Detection.Builder |
suppressed(Boolean suppressed)
Specifies whether occurrences of this type of sensitive data are excluded (true) or included (false) in the
bucket's sensitivity score.
|
Detection.Builder |
type(DataIdentifierType type)
The type of data identifier that detected the sensitive data.
|
Detection.Builder |
type(String type)
The type of data identifier that detected the sensitive data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetection.Builder arn(String arn)
If the sensitive data was detected by a custom data identifier, the Amazon Resource Name (ARN) of the custom data identifier that detected the data. Otherwise, this value is null.
arn - If the sensitive data was detected by a custom data identifier, the Amazon Resource Name (ARN) of the
custom data identifier that detected the data. Otherwise, this value is null.Detection.Builder count(Long count)
The total number of occurrences of the sensitive data.
count - The total number of occurrences of the sensitive data.Detection.Builder id(String id)
The unique identifier for the custom data identifier or managed data identifier that detected the sensitive data. For additional details about a specified managed data identifier, see Using managed data identifiers in the Amazon Macie User Guide.
id - The unique identifier for the custom data identifier or managed data identifier that detected the
sensitive data. For additional details about a specified managed data identifier, see Using managed data
identifiers in the Amazon Macie User Guide.Detection.Builder name(String name)
The name of the custom data identifier or managed data identifier that detected the sensitive data. For a managed data identifier, this value is the same as the unique identifier (id).
name - The name of the custom data identifier or managed data identifier that detected the sensitive data.
For a managed data identifier, this value is the same as the unique identifier (id).Detection.Builder suppressed(Boolean suppressed)
Specifies whether occurrences of this type of sensitive data are excluded (true) or included (false) in the bucket's sensitivity score.
suppressed - Specifies whether occurrences of this type of sensitive data are excluded (true) or included (false)
in the bucket's sensitivity score.Detection.Builder type(String type)
The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.
type - The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a
custom data identifier; and, MANAGED, for a managed data identifier.DataIdentifierType,
DataIdentifierTypeDetection.Builder type(DataIdentifierType type)
The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a custom data identifier; and, MANAGED, for a managed data identifier.
type - The type of data identifier that detected the sensitive data. Possible values are: CUSTOM, for a
custom data identifier; and, MANAGED, for a managed data identifier.DataIdentifierType,
DataIdentifierTypeCopyright © 2023. All rights reserved.