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 current version of the public key configuration.
|
default GetPublicKeyConfigResponse.Builder |
publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)
Return the result for the public key configuration.
|
GetPublicKeyConfigResponse.Builder |
publicKeyConfig(PublicKeyConfig publicKeyConfig)
Return the result for the public key configuration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetPublicKeyConfigResponse.Builder publicKeyConfig(PublicKeyConfig publicKeyConfig)
Return the result for the public key configuration.
publicKeyConfig - Return the result for the public key configuration.default GetPublicKeyConfigResponse.Builder publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)
Return the result for the public key configuration.
This is a convenience 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 current version of the public key configuration. For example: E2QWRUHAPOMQZL.
eTag - The current version of the public key configuration. For example: E2QWRUHAPOMQZL.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.