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.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeletePublicKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.