public static interface GetAllowListResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetAllowListResponse.Builder,GetAllowListResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAllowListResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the allow list.
|
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 |
criteria(AllowListCriteria criteria)
The criteria that specify the text or text pattern to ignore.
|
default GetAllowListResponse.Builder |
criteria(Consumer<AllowListCriteria.Builder> criteria)
The criteria that specify the text or text pattern to ignore.
|
GetAllowListResponse.Builder |
description(String description)
The custom description of the allow list.
|
GetAllowListResponse.Builder |
id(String id)
The unique identifier for the allow list.
|
GetAllowListResponse.Builder |
name(String name)
The custom name of the allow list.
|
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 |
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 |
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 |
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAllowListResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the allow list.
arn - The Amazon Resource Name (ARN) of the allow list.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.
createdAt - The date and time, in UTC and extended ISO 8601 format, when the allow list was created in Amazon
Macie.GetAllowListResponse.Builder criteria(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 (regex) that defines a text pattern to ignore.
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 (regex)
that defines a text pattern to ignore.default GetAllowListResponse.Builder criteria(Consumer<AllowListCriteria.Builder> 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 (regex) that defines a text pattern to ignore.
This is a convenience method that creates an instance of theAllowListCriteria.Builder avoiding the
need to create one manually via AllowListCriteria.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to criteria(AllowListCriteria).
criteria - a consumer that will call methods on AllowListCriteria.Buildercriteria(AllowListCriteria)GetAllowListResponse.Builder description(String description)
The custom description of the allow list.
description - The custom description of the allow list.GetAllowListResponse.Builder id(String id)
The unique identifier for the allow list.
id - The unique identifier for the allow list.GetAllowListResponse.Builder name(String name)
The custom name of the allow list.
name - The custom name of the allow list.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.
status - The current status of the allow list, which indicates whether Amazon Macie can access and use the
list's criteria.default 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.
This is a convenience method that creates an instance of theAllowListStatus.Builder avoiding the
need to create one manually via AllowListStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(AllowListStatus).
status - a consumer that will call methods on AllowListStatus.Builderstatus(AllowListStatus)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.
tags - A map of key-value pairs that specifies which tags (keys and values) are associated with the allow
list.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.
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.Copyright © 2023. All rights reserved.