public static interface ListRulesResponse.Builder extends EventBridgeResponse.Builder, SdkPojo, CopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRulesResponse.Builder |
nextToken(String nextToken)
Indicates whether there are additional results to retrieve.
|
ListRulesResponse.Builder |
rules(Collection<Rule> rules)
The rules that match the specified criteria.
|
ListRulesResponse.Builder |
rules(Consumer<Rule.Builder>... rules)
The rules that match the specified criteria.
|
ListRulesResponse.Builder |
rules(Rule... rules)
The rules that match the specified criteria.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRulesResponse.Builder rules(Collection<Rule> rules)
The rules that match the specified criteria.
rules - The rules that match the specified criteria.ListRulesResponse.Builder rules(Rule... rules)
The rules that match the specified criteria.
rules - The rules that match the specified criteria.ListRulesResponse.Builder rules(Consumer<Rule.Builder>... rules)
The rules that match the specified criteria.
This is a convenience method that creates an instance of theRule.Builder avoiding the need to create one
manually via Rule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #rules(List.
rules - a consumer that will call methods on
Rule.Builder#rules(java.util.Collection) ListRulesResponse.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 © 2022. All rights reserved.