public static interface StartRemediationExecutionRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<StartRemediationExecutionRequest.Builder,StartRemediationExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartRemediationExecutionRequest.Builder |
configRuleName(String configRuleName)
The list of names of AWS Config rules that you want to run remediation execution for.
|
StartRemediationExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartRemediationExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartRemediationExecutionRequest.Builder |
resourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request.
|
StartRemediationExecutionRequest.Builder |
resourceKeys(Consumer<ResourceKey.Builder>... resourceKeys)
A list of resource keys to be processed with the current request.
|
StartRemediationExecutionRequest.Builder |
resourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartRemediationExecutionRequest.Builder configRuleName(String configRuleName)
The list of names of AWS Config rules that you want to run remediation execution for.
configRuleName - The list of names of AWS Config rules that you want to run remediation execution for.StartRemediationExecutionRequest.Builder resourceKeys(Collection<ResourceKey> resourceKeys)
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
resourceKeys - A list of resource keys to be processed with the current request. Each element in the list consists of
the resource type and resource ID.StartRemediationExecutionRequest.Builder resourceKeys(ResourceKey... resourceKeys)
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
resourceKeys - A list of resource keys to be processed with the current request. Each element in the list consists of
the resource type and resource ID.StartRemediationExecutionRequest.Builder resourceKeys(Consumer<ResourceKey.Builder>... resourceKeys)
A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.
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) StartRemediationExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartRemediationExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.