public static interface CustomDetection.Builder extends SdkPojo, CopyableBuilder<CustomDetection.Builder,CustomDetection>
| Modifier and Type | Method and Description |
|---|---|
CustomDetection.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
CustomDetection.Builder |
count(Long count)
The total number of occurrences of the data that the custom data identifier detected for the finding.
|
CustomDetection.Builder |
name(String name)
The name of the custom data identifier.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomDetection.Builder arn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
arn - The Amazon Resource Name (ARN) of the custom data identifier.CustomDetection.Builder count(Long count)
The total number of occurrences of the data that the custom data identifier detected for the finding.
count - The total number of occurrences of the data that the custom data identifier detected for the finding.CustomDetection.Builder name(String name)
The name of the custom data identifier.
name - The name of the custom data identifier.Copyright © 2020. All rights reserved.