public static interface DeletePublicKeyRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<DeletePublicKeyRequest.Builder,DeletePublicKeyRequest>
Modifier and Type | Method and Description |
---|---|
DeletePublicKeyRequest.Builder |
id(String id)
The ID of the public key you want to remove from CloudFront.
|
DeletePublicKeyRequest.Builder |
ifMatch(String ifMatch)
The value of the
ETag header that you received when retrieving the public key identity to
delete. |
DeletePublicKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeletePublicKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DeletePublicKeyRequest.Builder id(String id)
The ID of the public key you want to remove from CloudFront.
id
- The ID of the public key you want to remove from CloudFront.DeletePublicKeyRequest.Builder ifMatch(String ifMatch)
The value of the ETag
header that you received when retrieving the public key identity to
delete. For example: E2QWRUHAPOMQZL
.
ifMatch
- The value of the ETag
header that you received when retrieving the public key identity to
delete. For example: E2QWRUHAPOMQZL
.DeletePublicKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeletePublicKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.