public static interface ListKeyGroupsResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListKeyGroupsResponse.Builder,ListKeyGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
default ListKeyGroupsResponse.Builder |
keyGroupList(Consumer<KeyGroupList.Builder> keyGroupList)
A list of key groups.
|
ListKeyGroupsResponse.Builder |
keyGroupList(KeyGroupList keyGroupList)
A list of key groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListKeyGroupsResponse.Builder keyGroupList(KeyGroupList keyGroupList)
A list of key groups.
keyGroupList - A list of key groups.default ListKeyGroupsResponse.Builder keyGroupList(Consumer<KeyGroupList.Builder> keyGroupList)
A list of key groups.
This is a convenience that creates an instance of theKeyGroupList.Builder avoiding the need to
create one manually via KeyGroupList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to keyGroupList(KeyGroupList).keyGroupList - a consumer that will call methods on KeyGroupList.BuilderkeyGroupList(KeyGroupList)Copyright © 2021. All rights reserved.