CopyableBuilder<DescribeConfigRulesRequest.Builder,DescribeConfigRulesRequest>
, SdkBuilder<DescribeConfigRulesRequest.Builder,DescribeConfigRulesRequest>
public static interface DescribeConfigRulesRequest.Builder extends CopyableBuilder<DescribeConfigRulesRequest.Builder,DescribeConfigRulesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeConfigRulesRequest.Builder |
configRuleNames(String... configRuleNames) |
The names of the AWS Config rules for which you want details.
|
DescribeConfigRulesRequest.Builder |
configRuleNames(Collection<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. |
copy
apply, build
DescribeConfigRulesRequest.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.
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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.