public static interface CustomDetection.Builder extends SdkPojo, CopyableBuilder<CustomDetection.Builder,CustomDetection>
| Modifier and Type | Method and Description |
|---|---|
CustomDetection.Builder |
arn(String arn)
The unique identifier for the custom data identifier.
|
CustomDetection.Builder |
count(Long count)
The total number of occurrences of the sensitive data that the custom data identifier detected.
|
CustomDetection.Builder |
name(String name)
The name of the custom data identifier.
|
default CustomDetection.Builder |
occurrences(Consumer<Occurrences.Builder> occurrences)
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
CustomDetection.Builder |
occurrences(Occurrences occurrences)
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomDetection.Builder arn(String arn)
The unique identifier for the custom data identifier.
arn - The unique identifier for the custom data identifier.CustomDetection.Builder count(Long count)
The total number of occurrences of the sensitive data that the custom data identifier detected.
count - The total number of occurrences of the sensitive data that the custom data identifier detected.CustomDetection.Builder name(String name)
The name of the custom data identifier.
name - The name of the custom data identifier.CustomDetection.Builder occurrences(Occurrences occurrences)
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
occurrences - The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A
finding includes location data for a maximum of 15 occurrences of sensitive data.default CustomDetection.Builder occurrences(Consumer<Occurrences.Builder> occurrences)
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
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.