public static interface DescribeConfigRulesRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DescribeConfigRulesRequest.Builder,DescribeConfigRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeConfigRulesRequest.Builder |
configRuleNames(Collection<String> configRuleNames)
The names of the Config rules for which you want details.
|
DescribeConfigRulesRequest.Builder |
configRuleNames(String... configRuleNames)
The names of the 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeConfigRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeConfigRulesRequest.Builder configRuleNames(Collection<String> configRuleNames)
The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.
configRuleNames - The names of the Config rules for which you want details. If you do not specify any names, Config
returns details for all your rules.DescribeConfigRulesRequest.Builder configRuleNames(String... configRuleNames)
The names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.
configRuleNames - The names of the Config rules for which you want details. If you do not specify any names, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeConfigRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.