| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyGroupList.Builder |
KeyGroupList.builder() |
KeyGroupList.Builder |
KeyGroupList.Builder.items(Collection<KeyGroupSummary> items)
A list of key groups.
|
KeyGroupList.Builder |
KeyGroupList.Builder.items(Consumer<KeyGroupSummary.Builder>... items)
A list of key groups.
|
KeyGroupList.Builder |
KeyGroupList.Builder.items(KeyGroupSummary... items)
A list of key groups.
|
KeyGroupList.Builder |
KeyGroupList.Builder.maxItems(Integer maxItems)
The maximum number of key groups requested.
|
KeyGroupList.Builder |
KeyGroupList.Builder.nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
KeyGroupList.Builder |
KeyGroupList.Builder.quantity(Integer quantity)
The number of key groups returned in the response.
|
KeyGroupList.Builder |
KeyGroupList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KeyGroupList.Builder> |
KeyGroupList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListKeyGroupsResponse.Builder |
ListKeyGroupsResponse.Builder.keyGroupList(Consumer<KeyGroupList.Builder> keyGroupList)
A list of key groups.
|
Copyright © 2021. All rights reserved.