| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDetection.Builder |
CustomDetection.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
static CustomDetection.Builder |
CustomDetection.builder() |
CustomDetection.Builder |
CustomDetection.Builder.count(Long count)
The total number of occurrences of the sensitive data that the custom data identifier detected.
|
CustomDetection.Builder |
CustomDetection.Builder.name(String name)
The name of the custom data identifier.
|
default CustomDetection.Builder |
CustomDetection.Builder.occurrences(Consumer<Occurrences.Builder> occurrences)
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
CustomDetection.Builder |
CustomDetection.Builder.occurrences(Occurrences occurrences)
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
CustomDetection.Builder |
CustomDetection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomDetection.Builder> |
CustomDetection.serializableBuilderClass() |
Copyright © 2021. All rights reserved.