| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowListCriteria.Builder |
AllowListCriteria.builder() |
AllowListCriteria.Builder |
AllowListCriteria.Builder.regex(String regex)
The regular expression (regex) that defines the text pattern to ignore.
|
default AllowListCriteria.Builder |
AllowListCriteria.Builder.s3WordsList(Consumer<S3WordsList.Builder> s3WordsList)
The location and name of the S3 object that lists specific text to ignore.
|
AllowListCriteria.Builder |
AllowListCriteria.Builder.s3WordsList(S3WordsList s3WordsList)
The location and name of the S3 object that lists specific text to ignore.
|
AllowListCriteria.Builder |
AllowListCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllowListCriteria.Builder> |
AllowListCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateAllowListRequest.Builder |
CreateAllowListRequest.Builder.criteria(Consumer<AllowListCriteria.Builder> criteria)
The criteria that specify the text or text pattern to ignore.
|
default UpdateAllowListRequest.Builder |
UpdateAllowListRequest.Builder.criteria(Consumer<AllowListCriteria.Builder> criteria)
The criteria that specify the text or text pattern to ignore.
|
default GetAllowListResponse.Builder |
GetAllowListResponse.Builder.criteria(Consumer<AllowListCriteria.Builder> criteria)
The criteria that specify the text or text pattern to ignore.
|
Copyright © 2023. All rights reserved.