public static interface ListTargetsByRuleRequest.Builder extends CloudWatchEventsRequest.Builder, CopyableBuilder<ListTargetsByRuleRequest.Builder,ListTargetsByRuleRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListTargetsByRuleRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListTargetsByRuleRequest.Builder |
rule(String rule)
The name of the rule.
|
buildrequestOverrideConfigcopyapply, buildListTargetsByRuleRequest.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.ListTargetsByRuleRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListTargetsByRuleRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.