public static interface KeyGroupList.Builder extends SdkPojo, CopyableBuilder<KeyGroupList.Builder,KeyGroupList>
| Modifier and Type | Method and Description |
|---|---|
KeyGroupList.Builder |
items(Collection<KeyGroupSummary> items)
A list of key groups.
|
KeyGroupList.Builder |
items(Consumer<KeyGroupSummary.Builder>... items)
A list of key groups.
|
KeyGroupList.Builder |
items(KeyGroupSummary... items)
A list of key groups.
|
KeyGroupList.Builder |
maxItems(Integer maxItems)
The maximum number of key groups requested.
|
KeyGroupList.Builder |
nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
KeyGroupList.Builder |
quantity(Integer quantity)
The number of key groups returned in the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeyGroupList.Builder nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker field of a subsequent request to continue listing key groups.
nextMarker - If there are more items in the list than are in this response, this element is present. It contains
the value that you should use in the Marker field of a subsequent request to continue
listing key groups.KeyGroupList.Builder maxItems(Integer maxItems)
The maximum number of key groups requested.
maxItems - The maximum number of key groups requested.KeyGroupList.Builder quantity(Integer quantity)
The number of key groups returned in the response.
quantity - The number of key groups returned in the response.KeyGroupList.Builder items(Collection<KeyGroupSummary> items)
A list of key groups.
items - A list of key groups.KeyGroupList.Builder items(KeyGroupSummary... items)
A list of key groups.
items - A list of key groups.KeyGroupList.Builder items(Consumer<KeyGroupSummary.Builder>... items)
A list of key groups.
This is a convenience method that creates an instance of theKeyGroupSummary.Builder avoiding the need to create
one manually via KeyGroupSummary.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
KeyGroupSummary.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.