Interface UpdateHostKeyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateHostKeyRequest.Builder,UpdateHostKeyRequest>,SdkBuilder<UpdateHostKeyRequest.Builder,UpdateHostKeyRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- UpdateHostKeyRequest
public static interface UpdateHostKeyRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<UpdateHostKeyRequest.Builder,UpdateHostKeyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateHostKeyRequest.Builderdescription(String description)An updated description for the host key.UpdateHostKeyRequest.BuilderhostKeyId(String hostKeyId)The identifier of the host key that you are updating.UpdateHostKeyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateHostKeyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateHostKeyRequest.BuilderserverId(String serverId)The identifier of the server that contains the host key that you are updating.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
-
-
-
Method Detail
-
serverId
UpdateHostKeyRequest.Builder serverId(String serverId)
The identifier of the server that contains the host key that you are updating.
- Parameters:
serverId- The identifier of the server that contains the host key that you are updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostKeyId
UpdateHostKeyRequest.Builder hostKeyId(String hostKeyId)
The identifier of the host key that you are updating.
- Parameters:
hostKeyId- The identifier of the host key that you are updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateHostKeyRequest.Builder description(String description)
An updated description for the host key.
- Parameters:
description- An updated description for the host key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateHostKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateHostKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-