public static interface UpdatePublicKeyResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdatePublicKeyResponse.Builder,UpdatePublicKeyResponse>
Modifier and Type | Method and Description |
---|---|
UpdatePublicKeyResponse.Builder |
eTag(String eTag)
The current version of the update public key result.
|
default UpdatePublicKeyResponse.Builder |
publicKey(Consumer<PublicKey.Builder> publicKey)
Return the results of updating the public key.
|
UpdatePublicKeyResponse.Builder |
publicKey(PublicKey publicKey)
Return the results of updating the public key.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdatePublicKeyResponse.Builder publicKey(PublicKey publicKey)
Return the results of updating the public key.
publicKey
- Return the results of updating the public key.default UpdatePublicKeyResponse.Builder publicKey(Consumer<PublicKey.Builder> publicKey)
Return the results of updating the public key.
This is a convenience that creates an instance of thePublicKey.Builder
avoiding the need to create
one manually via PublicKey.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to publicKey(PublicKey)
.publicKey
- a consumer that will call methods on PublicKey.Builder
publicKey(PublicKey)
UpdatePublicKeyResponse.Builder eTag(String eTag)
The current version of the update public key result. For example: E2QWRUHAPOMQZL
.
eTag
- The current version of the update public key result. For example: E2QWRUHAPOMQZL
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.