public static interface GetPublicKeyConfigResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetPublicKeyConfigResponse.Builder,GetPublicKeyConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPublicKeyConfigResponse.Builder |
eTag(String eTag)
The identifier for this version of the public key configuration.
|
default GetPublicKeyConfigResponse.Builder |
publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)
A public key configuration.
|
GetPublicKeyConfigResponse.Builder |
publicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPublicKeyConfigResponse.Builder publicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
publicKeyConfig - A public key configuration.default GetPublicKeyConfigResponse.Builder publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)
A public key configuration.
This is a convenience method that creates an instance of thePublicKeyConfig.Builder avoiding the
need to create one manually via PublicKeyConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to publicKeyConfig(PublicKeyConfig).
publicKeyConfig - a consumer that will call methods on PublicKeyConfig.BuilderpublicKeyConfig(PublicKeyConfig)GetPublicKeyConfigResponse.Builder eTag(String eTag)
The identifier for this version of the public key configuration.
eTag - The identifier for this version of the public key configuration.Copyright © 2023. All rights reserved.