Interface DeleteHostKeyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteHostKeyRequest.Builder,DeleteHostKeyRequest>,SdkBuilder<DeleteHostKeyRequest.Builder,DeleteHostKeyRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- DeleteHostKeyRequest
public static interface DeleteHostKeyRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<DeleteHostKeyRequest.Builder,DeleteHostKeyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteHostKeyRequest.BuilderhostKeyId(String hostKeyId)The identifier of the host key that you are deleting.DeleteHostKeyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteHostKeyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteHostKeyRequest.BuilderserverId(String serverId)The identifier of the server that contains the host key that you are deleting.-
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
DeleteHostKeyRequest.Builder serverId(String serverId)
The identifier of the server that contains the host key that you are deleting.
- Parameters:
serverId- The identifier of the server that contains the host key that you are deleting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostKeyId
DeleteHostKeyRequest.Builder hostKeyId(String hostKeyId)
The identifier of the host key that you are deleting.
- Parameters:
hostKeyId- The identifier of the host key that you are deleting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteHostKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteHostKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-