| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDataIdentifiersDetections.Builder |
CustomDataIdentifiersDetections.Builder.arn(String arn)
The ARN of the custom identifier that was used to detect the sensitive data.
|
static CustomDataIdentifiersDetections.Builder |
CustomDataIdentifiersDetections.builder() |
CustomDataIdentifiersDetections.Builder |
CustomDataIdentifiersDetections.Builder.count(Long count)
The total number of occurrences of sensitive data that were detected.
|
CustomDataIdentifiersDetections.Builder |
CustomDataIdentifiersDetections.Builder.name(String name)
he name of the custom identifier that detected the sensitive data.
|
default CustomDataIdentifiersDetections.Builder |
CustomDataIdentifiersDetections.Builder.occurrences(Consumer<Occurrences.Builder> occurrences)
Details about the sensitive data that was detected.
|
CustomDataIdentifiersDetections.Builder |
CustomDataIdentifiersDetections.Builder.occurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
CustomDataIdentifiersDetections.Builder |
CustomDataIdentifiersDetections.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomDataIdentifiersDetections.Builder> |
CustomDataIdentifiersDetections.serializableBuilderClass() |
Copyright © 2023. All rights reserved.