public static interface DescribeConfigRuleEvaluationStatusRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConfigRuleEvaluationStatusRequest.Builder configRuleNames(Collection<String> configRuleNames)
The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.
configRuleNames - The name of the Config managed rules for which you want status information. If you do not specify any
names, Config returns status information for all Config managed rules that you use.DescribeConfigRuleEvaluationStatusRequest.Builder configRuleNames(String... configRuleNames)
The name of the Config managed rules for which you want status information. If you do not specify any names, Config returns status information for all Config managed rules that you use.
configRuleNames - The name of the Config managed rules for which you want status information. If you do not specify any
names, Config returns status information for all Config managed rules that you use.DescribeConfigRuleEvaluationStatusRequest.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.DescribeConfigRuleEvaluationStatusRequest.Builder limit(Integer limit)
The number of rule evaluation results that you want returned.
This parameter is required if the rule limit for your account is more than the default of 150 rules.
For information about requesting a rule limit increase, see Config Limits in the Amazon Web Services General Reference Guide.
limit - The number of rule evaluation results that you want returned.
This parameter is required if the rule limit for your account is more than the default of 150 rules.
For information about requesting a rule limit increase, see Config Limits in the Amazon Web Services General Reference Guide.
DescribeConfigRuleEvaluationStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeConfigRuleEvaluationStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.