public static interface ListRulesResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListRulesResponse.Builder,ListRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRulesResponse.Builder |
items(Collection<RuleSummary> items)
Information about the rules.
|
ListRulesResponse.Builder |
items(Consumer<RuleSummary.Builder>... items)
Information about the rules.
|
ListRulesResponse.Builder |
items(RuleSummary... items)
Information about the rules.
|
ListRulesResponse.Builder |
nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRulesResponse.Builder items(Collection<RuleSummary> items)
Information about the rules.
items - Information about the rules.ListRulesResponse.Builder items(RuleSummary... items)
Information about the rules.
items - Information about the rules.ListRulesResponse.Builder items(Consumer<RuleSummary.Builder>... items)
Information about the rules.
This is a convenience method that creates an instance of theRuleSummary.Builder avoiding the need to create one
manually via RuleSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #items(List.
items - a consumer that will call methods on
RuleSummary.Builder#items(java.util.Collection) ListRulesResponse.Builder nextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
nextToken - If there are additional results, a pagination token for the next page of results.Copyright © 2023. All rights reserved.