Detection.Builder |
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.
|
static Detection.Builder |
Detection.builder() |
|
Detection.Builder |
Detection.Builder.count(Long count) |
The total number of occurrences of the sensitive data.
|
Detection.Builder |
Detection.Builder.id(String id) |
The unique identifier for the custom data identifier or managed data identifier that detected the sensitive
data.
|
Detection.Builder |
Detection.Builder.name(String name) |
The name of the custom data identifier or managed data identifier that detected the sensitive data.
|
Detection.Builder |
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 |
Detection.toBuilder() |
|
Detection.Builder |
Detection.Builder.type(String type) |
The type of data identifier that detected the sensitive data.
|
Detection.Builder |
Detection.Builder.type(DataIdentifierType type) |
The type of data identifier that detected the sensitive data.
|