| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GetAllowListResponse.Builder |
GetAllowListResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the allow list.
|
static GetAllowListResponse.Builder |
GetAllowListResponse.builder() |
GetAllowListResponse.Builder |
GetAllowListResponse.Builder.createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon Macie.
|
GetAllowListResponse.Builder |
GetAllowListResponse.Builder.criteria(AllowListCriteria 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.
|
GetAllowListResponse.Builder |
GetAllowListResponse.Builder.description(String description)
The custom description of the allow list.
|
GetAllowListResponse.Builder |
GetAllowListResponse.Builder.id(String id)
The unique identifier for the allow list.
|
GetAllowListResponse.Builder |
GetAllowListResponse.Builder.name(String name)
The custom name of the allow list.
|
GetAllowListResponse.Builder |
GetAllowListResponse.Builder.status(AllowListStatus status)
The current status of the allow list, which indicates whether Amazon Macie can access and use the list's
criteria.
|
default GetAllowListResponse.Builder |
GetAllowListResponse.Builder.status(Consumer<AllowListStatus.Builder> status)
The current status of the allow list, which indicates whether Amazon Macie can access and use the list's
criteria.
|
GetAllowListResponse.Builder |
GetAllowListResponse.Builder.tags(Map<String,String> tags)
A map of key-value pairs that specifies which tags (keys and values) are associated with the allow list.
|
GetAllowListResponse.Builder |
GetAllowListResponse.toBuilder() |
GetAllowListResponse.Builder |
GetAllowListResponse.Builder.updatedAt(Instant updatedAt)
The date and time, in UTC and extended ISO 8601 format, when the allow list's settings were most recently
changed in Amazon Macie.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetAllowListResponse.Builder> |
GetAllowListResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.