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) |
DeletePublicKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePublicKeyRequest.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)
overrideConfiguration in interface AwsRequest.BuilderDeletePublicKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.