Interface DeletePublicKeyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFrontRequest.Builder
,CopyableBuilder<DeletePublicKeyRequest.Builder,DeletePublicKeyRequest>
,SdkBuilder<DeletePublicKeyRequest.Builder,DeletePublicKeyRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DeletePublicKeyRequest
public static interface DeletePublicKeyRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<DeletePublicKeyRequest.Builder,DeletePublicKeyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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 theETag
header that you received when retrieving the public key identity to delete.DeletePublicKeyRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeletePublicKeyRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
DeletePublicKeyRequest.Builder id(String id)
The ID of the public key you want to remove from CloudFront.
- Parameters:
id
- The ID of the public key you want to remove from CloudFront.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
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
.- Parameters:
ifMatch
- The value of theETag
header that you received when retrieving the public key identity to delete. For example:E2QWRUHAPOMQZL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeletePublicKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeletePublicKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-