public static interface DescribeConfigRulesRequest.Builder extends ConfigRequest.Builder, CopyableBuilder<DescribeConfigRulesRequest.Builder,DescribeConfigRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigRulesRequest.Builder |
configRuleNames(Collection<String> configRuleNames)
The names of the AWS Config rules for which you want details.
|
DescribeConfigRulesRequest.Builder |
configRuleNames(String... configRuleNames)
The names of the AWS Config rules for which you want details.
|
DescribeConfigRulesRequest.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. |
DescribeConfigRulesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeConfigRulesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeConfigRulesRequest.Builder configRuleNames(Collection<String> configRuleNames)
The names of the AWS Config rules for which you want details. If you do not specify any names, AWS Config returns details for all your rules.
configRuleNames - The names of the AWS Config rules for which you want details. If you do not specify any names, AWS
Config returns details for all your rules.DescribeConfigRulesRequest.Builder configRuleNames(String... configRuleNames)
The names of the AWS Config rules for which you want details. If you do not specify any names, AWS Config returns details for all your rules.
configRuleNames - The names of the AWS Config rules for which you want details. If you do not specify any names, AWS
Config returns details for all your rules.DescribeConfigRulesRequest.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.DescribeConfigRulesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeConfigRulesRequest.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.