public static interface DescribeRemediationExecutionStatusRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeRemediationExecutionStatusRequest.Builder,DescribeRemediationExecutionStatusRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeRemediationExecutionStatusRequest.Builder configRuleName(String configRuleName)
A list of Config rule names.
configRuleName - A list of Config rule names.DescribeRemediationExecutionStatusRequest.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.DescribeRemediationExecutionStatusRequest.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.DescribeRemediationExecutionStatusRequest.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 method that creates an instance of theResourceKey.Builder avoiding the need to create one
manually via ResourceKey.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #resourceKeys(List.
resourceKeys - a consumer that will call methods on
ResourceKey.Builder#resourceKeys(java.util.Collection) DescribeRemediationExecutionStatusRequest.Builder limit(Integer limit)
The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If you specify 0, Config uses the default.
limit - The maximum number of RemediationExecutionStatuses returned on each page. The default is maximum. If
you specify 0, Config uses the default.DescribeRemediationExecutionStatusRequest.Builder nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in
a paginated response.
nextToken - The nextToken string returned on a previous page that you use to get the next page of
results in a paginated response.DescribeRemediationExecutionStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeRemediationExecutionStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.