public static interface SensitiveDataDetections.Builder extends SdkPojo, CopyableBuilder<SensitiveDataDetections.Builder,SensitiveDataDetections>
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataDetections.Builder |
count(Long count)
The total number of occurrences of sensitive data that were detected.
|
default SensitiveDataDetections.Builder |
occurrences(Consumer<Occurrences.Builder> occurrences)
Details about the sensitive data that was detected.
|
SensitiveDataDetections.Builder |
occurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
SensitiveDataDetections.Builder |
type(String type)
The type of sensitive data that was detected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSensitiveDataDetections.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.SensitiveDataDetections.Builder type(String type)
The type of sensitive data that was detected. For example, the type might indicate that the data is an email address.
type - The type of sensitive data that was detected. For example, the type might indicate that the data is an
email address.SensitiveDataDetections.Builder occurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
occurrences - Details about the sensitive data that was detected.default SensitiveDataDetections.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.