public static interface DefaultDetection.Builder extends SdkPojo, CopyableBuilder<DefaultDetection.Builder,DefaultDetection>
| Modifier and Type | Method and Description |
|---|---|
DefaultDetection.Builder |
count(Long count)
The total number of occurrences of the type of data that was detected.
|
DefaultDetection.Builder |
type(String type)
The type of data that was detected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDefaultDetection.Builder count(Long count)
The total number of occurrences of the type of data that was detected.
count - The total number of occurrences of the type of data that was detected.DefaultDetection.Builder type(String type)
The type of data that was detected. For example, AWS_CREDENTIALS, PHONE_NUMBER, or ADDRESS.
type - The type of data that was detected. For example, AWS_CREDENTIALS, PHONE_NUMBER, or ADDRESS.Copyright © 2020. All rights reserved.