public static interface DescribeConfigRuleEvaluationStatusRequest.Builder extends ConfigRequest.Builder, CopyableBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>
Modifier and Type | Method and Description |
---|---|
DescribeConfigRuleEvaluationStatusRequest.Builder |
configRuleNames(Collection<String> configRuleNames)
The name of the AWS managed Config rules for which you want status information.
|
DescribeConfigRuleEvaluationStatusRequest.Builder |
configRuleNames(String... configRuleNames)
The name of the AWS managed Config rules for which you want status information.
|
DescribeConfigRuleEvaluationStatusRequest.Builder |
limit(Integer limit)
The number of rule evaluation results that you want returned.
|
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. |
DescribeConfigRuleEvaluationStatusRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeConfigRuleEvaluationStatusRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeConfigRuleEvaluationStatusRequest.Builder configRuleNames(Collection<String> configRuleNames)
The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
configRuleNames
- The name of the AWS managed Config rules for which you want status information. If you do not specify
any names, AWS Config returns status information for all AWS managed Config rules that you use.DescribeConfigRuleEvaluationStatusRequest.Builder configRuleNames(String... configRuleNames)
The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.
configRuleNames
- The name of the AWS managed Config rules for which you want status information. If you do not specify
any names, AWS Config returns status information for all AWS managed Config 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 50 rules.
For more information about requesting a rule limit increase, see AWS Config Limits in the AWS 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 50 rules.
For more information about requesting a rule limit increase, see AWS Config Limits in the AWS General Reference Guide.
DescribeConfigRuleEvaluationStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeConfigRuleEvaluationStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.