public static interface GetPublicKeyResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetPublicKeyResponse.Builder,GetPublicKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPublicKeyResponse.Builder |
eTag(String eTag)
The identifier for this version of the public key.
|
default GetPublicKeyResponse.Builder |
publicKey(Consumer<PublicKey.Builder> publicKey)
The public key.
|
GetPublicKeyResponse.Builder |
publicKey(PublicKey publicKey)
The public key.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPublicKeyResponse.Builder publicKey(PublicKey publicKey)
The public key.
publicKey - The public key.default GetPublicKeyResponse.Builder publicKey(Consumer<PublicKey.Builder> publicKey)
The public key.
This is a convenience method 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.BuilderpublicKey(PublicKey)GetPublicKeyResponse.Builder eTag(String eTag)
The identifier for this version of the public key.
eTag - The identifier for this version of the public key.Copyright © 2023. All rights reserved.