public static interface DeleteRemediationExceptionsRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DeleteRemediationExceptionsRequest.Builder,DeleteRemediationExceptionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRemediationExceptionsRequest.Builder configRuleName(String configRuleName)
The name of the AWS Config rule for which you want to delete remediation exception configuration.
configRuleName - The name of the AWS Config rule for which you want to delete remediation exception configuration.DeleteRemediationExceptionsRequest.Builder resourceKeys(Collection<RemediationExceptionResourceKey> resourceKeys)
An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.
resourceKeys - An exception list of resource exception keys to be processed with the current request. AWS Config adds
exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.DeleteRemediationExceptionsRequest.Builder resourceKeys(RemediationExceptionResourceKey... resourceKeys)
An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.
resourceKeys - An exception list of resource exception keys to be processed with the current request. AWS Config adds
exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.DeleteRemediationExceptionsRequest.Builder resourceKeys(Consumer<RemediationExceptionResourceKey.Builder>... resourceKeys)
An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #resourceKeys(List) .resourceKeys - a consumer that will call methods on List.Builder #resourceKeys(List) DeleteRemediationExceptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRemediationExceptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.