public static interface CustomDataIdentifiersDetections.Builder extends SdkPojo, CopyableBuilder<CustomDataIdentifiersDetections.Builder,CustomDataIdentifiersDetections>
| Modifier and Type | Method and Description |
|---|---|
CustomDataIdentifiersDetections.Builder |
arn(String arn)
The ARN of the custom identifier that was used to detect the sensitive data.
|
CustomDataIdentifiersDetections.Builder |
count(Long count)
The total number of occurrences of sensitive data that were detected.
|
CustomDataIdentifiersDetections.Builder |
name(String name)
he name of the custom identifier that detected the sensitive data.
|
default CustomDataIdentifiersDetections.Builder |
occurrences(Consumer<Occurrences.Builder> occurrences)
Details about the sensitive data that was detected.
|
CustomDataIdentifiersDetections.Builder |
occurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomDataIdentifiersDetections.Builder count(Long count)
The total number of occurrences of sensitive data that were detected.
count - The total number of occurrences of sensitive data that were detected.CustomDataIdentifiersDetections.Builder arn(String arn)
The ARN of the custom identifier that was used to detect the sensitive data.
arn - The ARN of the custom identifier that was used to detect the sensitive data.CustomDataIdentifiersDetections.Builder name(String name)
he name of the custom identifier that detected the sensitive data.
name - he name of the custom identifier that detected the sensitive data.CustomDataIdentifiersDetections.Builder occurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
occurrences - Details about the sensitive data that was detected.default CustomDataIdentifiersDetections.Builder occurrences(Consumer<Occurrences.Builder> occurrences)
Details about the sensitive data that was detected.
This is a convenience method that creates an instance of theOccurrences.Builder avoiding the need to
create one manually via Occurrences.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to occurrences(Occurrences).
occurrences - a consumer that will call methods on Occurrences.Builderoccurrences(Occurrences)Copyright © 2023. All rights reserved.