Uses of Interface
software.amazon.awssdk.services.cloudfront.model.KeyGroupList.Builder
-
Packages that use KeyGroupList.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of KeyGroupList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return KeyGroupList.Builder Modifier and Type Method 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()
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KeyGroupList.Builder Modifier and Type Method Description static Class<? extends KeyGroupList.Builder>
KeyGroupList. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KeyGroupList.Builder Modifier and Type Method Description default ListKeyGroupsResponse.Builder
ListKeyGroupsResponse.Builder. keyGroupList(Consumer<KeyGroupList.Builder> keyGroupList)
A list of key groups.
-