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.
|
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.criteria(AllowListCriteria 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.
|
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.status(AllowListStatus 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.
|