public static interface ListTargetsByRuleResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, 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(Consumer<Target.Builder>... targets)
The targets assigned to the rule.
|
ListTargetsByRuleResponse.Builder |
targets(Target... targets)
The targets assigned to the rule.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 targets(Consumer<Target.Builder>... targets)
The targets assigned to the rule.
This is a convenience method that creates an instance of theTarget.Builder avoiding the need to create one
manually via Target.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #targets(List.
targets - a consumer that will call methods on
Target.Builder#targets(java.util.Collection) 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 © 2023. All rights reserved.