public static interface ListPublicKeysResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListPublicKeysResponse.Builder,ListPublicKeysResponse>
Modifier and Type | Method and Description |
---|---|
default ListPublicKeysResponse.Builder |
publicKeyList(Consumer<PublicKeyList.Builder> publicKeyList)
Returns a list of all public keys that have been added to CloudFront for this account.
|
ListPublicKeysResponse.Builder |
publicKeyList(PublicKeyList publicKeyList)
Returns a list of all public keys that have been added to CloudFront for this account.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListPublicKeysResponse.Builder publicKeyList(PublicKeyList publicKeyList)
Returns a list of all public keys that have been added to CloudFront for this account.
publicKeyList
- Returns a list of all public keys that have been added to CloudFront for this account.default ListPublicKeysResponse.Builder publicKeyList(Consumer<PublicKeyList.Builder> publicKeyList)
Returns a list of all public keys that have been added to CloudFront for this account.
This is a convenience that creates an instance of thePublicKeyList.Builder
avoiding the need to
create one manually via PublicKeyList.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to publicKeyList(PublicKeyList)
.publicKeyList
- a consumer that will call methods on PublicKeyList.Builder
publicKeyList(PublicKeyList)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.