public static interface AllowListCriteria.Builder extends SdkPojo, CopyableBuilder<AllowListCriteria.Builder,AllowListCriteria>
| Modifier and Type | Method and Description |
|---|---|
AllowListCriteria.Builder |
regex(String regex)
The regular expression (regex) that defines the text pattern to ignore.
|
default AllowListCriteria.Builder |
s3WordsList(Consumer<S3WordsList.Builder> s3WordsList)
The location and name of the S3 object that lists specific text to ignore.
|
AllowListCriteria.Builder |
s3WordsList(S3WordsList s3WordsList)
The location and name of the S3 object that lists specific text to ignore.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAllowListCriteria.Builder regex(String regex)
The regular expression (regex) that defines the text pattern to ignore. The expression can contain as many as 512 characters.
regex - The regular expression (regex) that defines the text pattern to ignore. The expression can
contain as many as 512 characters.AllowListCriteria.Builder s3WordsList(S3WordsList s3WordsList)
The location and name of the S3 object that lists specific text to ignore.
s3WordsList - The location and name of the S3 object that lists specific text to ignore.default AllowListCriteria.Builder s3WordsList(Consumer<S3WordsList.Builder> s3WordsList)
The location and name of the S3 object that lists specific text to ignore.
This is a convenience method that creates an instance of theS3WordsList.Builder avoiding the need to
create one manually via S3WordsList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to s3WordsList(S3WordsList).
s3WordsList - a consumer that will call methods on S3WordsList.Builders3WordsList(S3WordsList)Copyright © 2023. All rights reserved.