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 identifier of the current version of the public key.
|
default UpdatePublicKeyResponse.Builder |
publicKey(Consumer<PublicKey.Builder> publicKey)
The public key.
|
UpdatePublicKeyResponse.Builder |
publicKey(PublicKey publicKey)
The public key.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdatePublicKeyResponse.Builder publicKey(PublicKey publicKey)
The public key.
publicKey
- The public key.default UpdatePublicKeyResponse.Builder publicKey(Consumer<PublicKey.Builder> publicKey)
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 identifier of the current version of the public key.
eTag
- The identifier of the current version of the public key.Copyright © 2021. All rights reserved.