CopyableBuilder<ListRuleNamesByTargetResponse.Builder,ListRuleNamesByTargetResponse>
, SdkBuilder<ListRuleNamesByTargetResponse.Builder,ListRuleNamesByTargetResponse>
public static interface ListRuleNamesByTargetResponse.Builder extends CopyableBuilder<ListRuleNamesByTargetResponse.Builder,ListRuleNamesByTargetResponse>
Modifier and Type | Method | Description |
---|---|---|
ListRuleNamesByTargetResponse.Builder |
nextToken(String nextToken) |
Indicates whether there are additional results to retrieve.
|
ListRuleNamesByTargetResponse.Builder |
ruleNames(String... ruleNames) |
The names of the rules that can invoke the given target.
|
ListRuleNamesByTargetResponse.Builder |
ruleNames(Collection<String> ruleNames) |
The names of the rules that can invoke the given target.
|
copy
apply, build
ListRuleNamesByTargetResponse.Builder ruleNames(Collection<String> ruleNames)
The names of the rules that can invoke the given target.
ruleNames
- The names of the rules that can invoke the given target.ListRuleNamesByTargetResponse.Builder ruleNames(String... ruleNames)
The names of the rules that can invoke the given target.
NOTE: This method appends the values to the existing list (if any). Use
#setRuleNames(java.util.Collection)
or #withRuleNames(java.util.Collection)
if you want to
override the existing values.
ruleNames
- The names of the rules that can invoke the given target.ListRuleNamesByTargetResponse.Builder nextToken(String nextToken)
Indicates whether there are additional results to retrieve. If there are no more results, the value is null.
nextToken
- Indicates whether there are additional results to retrieve. If there are no more results, the value is
null.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.