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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeConfigRuleEvaluationStatusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeConfigRuleEvaluationStatusRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeConfigRuleEvaluationStatusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.