public static interface ListTargetsByRuleResponse.Builder extends CloudWatchEventsResponse.Builder, CopyableBuilder<ListTargetsByRuleResponse.Builder,ListTargetsByRuleResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTargetsByRuleResponse.Builder |
nextToken(String nextToken)
Indicates whether there are additional results to retrieve.
|
ListTargetsByRuleResponse.Builder |
targets(Collection<Target> targets)
The targets assigned to the rule.
|
ListTargetsByRuleResponse.Builder |
targets(Target... targets)
The targets assigned to the rule.
|
buildcopyapply, buildListTargetsByRuleResponse.Builder targets(Collection<Target> targets)
The targets assigned to the rule.
targets - The targets assigned to the rule.ListTargetsByRuleResponse.Builder targets(Target... targets)
The targets assigned to the rule.
targets - The targets assigned to the rule.ListTargetsByRuleResponse.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.