Interface DeleteAllowListRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAllowListRequest.Builder,DeleteAllowListRequest>,Macie2Request.Builder,SdkBuilder<DeleteAllowListRequest.Builder,DeleteAllowListRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAllowListRequest
public static interface DeleteAllowListRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<DeleteAllowListRequest.Builder,DeleteAllowListRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAllowListRequest.Builderid(String id)The unique identifier for the Amazon Macie resource that the request applies to.DeleteAllowListRequest.BuilderignoreJobChecks(String ignoreJobChecks)Specifies whether to force deletion of the allow list, even if active classification jobs are configured to use the list.DeleteAllowListRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAllowListRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
DeleteAllowListRequest.Builder id(String id)
The unique identifier for the Amazon Macie resource that the request applies to.
- Parameters:
id- The unique identifier for the Amazon Macie resource that the request applies to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ignoreJobChecks
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAllowListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAllowListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-