public static interface CustomDataIdentifiers.Builder extends SdkPojo, CopyableBuilder<CustomDataIdentifiers.Builder,CustomDataIdentifiers>
| Modifier and Type | Method and Description |
|---|---|
CustomDataIdentifiers.Builder |
detections(Collection<CustomDetection> detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
CustomDataIdentifiers.Builder |
detections(Consumer<CustomDetection.Builder>... detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
CustomDataIdentifiers.Builder |
detections(CustomDetection... detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
CustomDataIdentifiers.Builder |
totalCount(Long totalCount)
The total number of occurrences of the data that was detected by the custom data identifiers and produced the
finding.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomDataIdentifiers.Builder detections(Collection<CustomDetection> detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
detections - The custom data identifiers that detected the data, and the number of occurrences of the data that
each identifier detected.CustomDataIdentifiers.Builder detections(CustomDetection... detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
detections - The custom data identifiers that detected the data, and the number of occurrences of the data that
each identifier detected.CustomDataIdentifiers.Builder detections(Consumer<CustomDetection.Builder>... detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each identifier detected.
This is a convenience method that creates an instance of theCustomDetection.Builder avoiding the need to create one
manually via CustomDetection.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #detections(List.
detections - a consumer that will call methods on
CustomDetection.Builder#detections(java.util.Collection) CustomDataIdentifiers.Builder totalCount(Long totalCount)
The total number of occurrences of the data that was detected by the custom data identifiers and produced the finding.
totalCount - The total number of occurrences of the data that was detected by the custom data identifiers and
produced the finding.Copyright © 2023. All rights reserved.