public static interface ListTargetsByRuleRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<ListTargetsByRuleRequest.Builder,ListTargetsByRuleRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTargetsByRuleRequest.Builder |
eventBusName(String eventBusName)
The name or ARN of the event bus associated with the rule.
|
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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTargetsByRuleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTargetsByRuleRequest.Builder |
rule(String rule)
The name of the rule.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTargetsByRuleRequest.Builder rule(String rule)
The name of the rule.
rule - The name of the rule.ListTargetsByRuleRequest.Builder eventBusName(String eventBusName)
The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is used.
eventBusName - The name or ARN of the event bus associated with the rule. If you omit this, the default event bus is
used.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTargetsByRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.