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