CopyableBuilder<ListTargetsByRuleRequest.Builder,ListTargetsByRuleRequest>
, SdkBuilder<ListTargetsByRuleRequest.Builder,ListTargetsByRuleRequest>
public static interface ListTargetsByRuleRequest.Builder extends CopyableBuilder<ListTargetsByRuleRequest.Builder,ListTargetsByRuleRequest>
Modifier and Type | Method | Description |
---|---|---|
ListTargetsByRuleRequest.Builder |
limit(Integer limit) |
The maximum number of results to return.
|
ListTargetsByRuleRequest.Builder |
nextToken(String nextToken) |
The token returned by a previous call to retrieve the next set of results.
|
ListTargetsByRuleRequest.Builder |
rule(String rule) |
The name of the rule.
|
copy
apply, build
ListTargetsByRuleRequest.Builder rule(String rule)
The name of the rule.
rule
- The name of the rule.ListTargetsByRuleRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken
- The token returned by a previous call to retrieve the next set of results.ListTargetsByRuleRequest.Builder limit(Integer limit)
The maximum number of results to return.
limit
- The maximum number of results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.