public static interface DeleteAllowListRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<DeleteAllowListRequest.Builder,DeleteAllowListRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteAllowListRequest.Builder |
id(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
|
DeleteAllowListRequest.Builder |
ignoreJobChecks(String ignoreJobChecks)
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to
use the list.
|
DeleteAllowListRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteAllowListRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAllowListRequest.Builder id(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
id - The unique identifier for the Amazon Macie resource that the request applies to.DeleteAllowListRequest.Builder ignoreJobChecks(String ignoreJobChecks)
Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use the list.
When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.
ignoreJobChecks - Specifies whether to force deletion of the allow list, even if active classification jobs are
configured to use the list.
When you try to delete an allow list, Amazon Macie checks for classification jobs that use the list and have a status other than COMPLETE or CANCELLED. By default, Macie rejects your request if any jobs meet these criteria. To skip these checks and delete the list, set this value to true. To delete the list only if no active jobs are configured to use it, set this value to false.
DeleteAllowListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteAllowListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.