CopyableBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>
, SdkBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>
public static interface DescribeConfigRuleEvaluationStatusRequest.Builder extends CopyableBuilder<DescribeConfigRuleEvaluationStatusRequest.Builder,DescribeConfigRuleEvaluationStatusRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeConfigRuleEvaluationStatusRequest.Builder |
configRuleNames(String... configRuleNames) |
The name of the AWS managed Config rules for which you want status information.
|
DescribeConfigRuleEvaluationStatusRequest.Builder |
configRuleNames(Collection<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. |
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setConfigRuleNames(java.util.Collection)
or #withConfigRuleNames(java.util.Collection)
if
you want to override the existing values.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.