public static interface UpdateHostKeyRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<UpdateHostKeyRequest.Builder,UpdateHostKeyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateHostKeyRequest.Builder |
description(String description)
An updated description for the host key.
|
UpdateHostKeyRequest.Builder |
hostKeyId(String hostKeyId)
The identifier of the host key that you are updating.
|
UpdateHostKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateHostKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateHostKeyRequest.Builder |
serverId(String serverId)
The identifier of the server that contains the host key that you are updating.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateHostKeyRequest.Builder serverId(String serverId)
The identifier of the server that contains the host key that you are updating.
serverId - The identifier of the server that contains the host key that you are updating.UpdateHostKeyRequest.Builder hostKeyId(String hostKeyId)
The identifier of the host key that you are updating.
hostKeyId - The identifier of the host key that you are updating.UpdateHostKeyRequest.Builder description(String description)
An updated description for the host key.
description - An updated description for the host key.UpdateHostKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateHostKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.