@Generated(value="software.amazon.awssdk:codegen") public final class CustomDetection extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomDetection.Builder,CustomDetection>
Provides information about a custom data identifier that produced a sensitive data finding, and the sensitive data that it detected for the finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomDetection.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the custom data identifier.
|
static CustomDetection.Builder |
builder() |
Long |
count()
The total number of occurrences of the sensitive data that the custom data identifier detected.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the custom data identifier.
|
Occurrences |
occurrences()
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomDetection.Builder> |
serializableBuilderClass() |
CustomDetection.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the custom data identifier.
public final Long count()
The total number of occurrences of the sensitive data that the custom data identifier detected.
public final String name()
The name of the custom data identifier.
public final Occurrences occurrences()
The location of 1-15 occurrences of the sensitive data that the custom data identifier detected. A finding includes location data for a maximum of 15 occurrences of sensitive data.
public CustomDetection.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomDetection.Builder,CustomDetection>public static CustomDetection.Builder builder()
public static Class<? extends CustomDetection.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.