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 that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #detections(List) .detections - a consumer that will call methods on List.Builder #detections(List) 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 © 2021. All rights reserved.