public static interface UpdatePublicKeyRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdatePublicKeyRequest.Builder,UpdatePublicKeyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePublicKeyRequest.Builder |
id(String id)
The identifier of the public key that you are updating.
|
UpdatePublicKeyRequest.Builder |
ifMatch(String ifMatch)
The value of the
ETag header that you received when retrieving the public key to update. |
UpdatePublicKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePublicKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdatePublicKeyRequest.Builder |
publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)
A public key configuration.
|
UpdatePublicKeyRequest.Builder |
publicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePublicKeyRequest.Builder publicKeyConfig(PublicKeyConfig publicKeyConfig)
A public key configuration.
publicKeyConfig - A public key configuration.default UpdatePublicKeyRequest.Builder publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)
A 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)UpdatePublicKeyRequest.Builder id(String id)
The identifier of the public key that you are updating.
id - The identifier of the public key that you are updating.UpdatePublicKeyRequest.Builder ifMatch(String ifMatch)
The value of the ETag header that you received when retrieving the public key to update. For
example: E2QWRUHAPOMQZL.
ifMatch - The value of the ETag header that you received when retrieving the public key to update.
For example: E2QWRUHAPOMQZL.UpdatePublicKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePublicKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.