@Generated(value="software.amazon.awssdk:codegen") public final class AllowListCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AllowListCriteria.Builder,AllowListCriteria>
Specifies the criteria for an allow list. The criteria must specify a regular expression (regex) or an S3 object (s3WordsList). It can't specify both.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AllowListCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AllowListCriteria.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
regex()
The regular expression (regex) that defines the text pattern to ignore.
|
S3WordsList |
s3WordsList()
The location and name of the S3 object that lists specific text to ignore.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AllowListCriteria.Builder> |
serializableBuilderClass() |
AllowListCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String regex()
The regular expression (regex) that defines the text pattern to ignore. The expression can contain as many as 512 characters.
public final S3WordsList s3WordsList()
The location and name of the S3 object that lists specific text to ignore.
public AllowListCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AllowListCriteria.Builder,AllowListCriteria>public static AllowListCriteria.Builder builder()
public static Class<? extends AllowListCriteria.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.