@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAllowListRequest extends Macie2Request implements ToCopyableBuilder<UpdateAllowListRequest.Builder,UpdateAllowListRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAllowListRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAllowListRequest.Builder |
builder() |
AllowListCriteria |
criteria()
The criteria that specify the text or text pattern to ignore.
|
String |
description()
A custom description of the allow list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique identifier for the Amazon Macie resource that the request applies to.
|
String |
name()
A custom name for the allow list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAllowListRequest.Builder> |
serializableBuilderClass() |
UpdateAllowListRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AllowListCriteria criteria()
The criteria that specify the text or text pattern to ignore. The criteria can be the location and name of an S3 object that lists specific text to ignore (s3WordsList), or a regular expression that defines a text pattern to ignore (regex).
You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.
You can change a list's underlying criteria, such as the name of the S3 object or the regular expression to use. However, you can't change the type from s3WordsList to regex or the other way around.
public final String description()
A custom description of the allow list. The description can contain as many as 512 characters.
public final String id()
The unique identifier for the Amazon Macie resource that the request applies to.
public final String name()
A custom name for the allow list. The name can contain as many as 128 characters.
public UpdateAllowListRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAllowListRequest.Builder,UpdateAllowListRequest>toBuilder in class Macie2Requestpublic static UpdateAllowListRequest.Builder builder()
public static Class<? extends UpdateAllowListRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.