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
Modifier and TypeMethodDescriptionThe identifier of the host key that you are deleting.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFields
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
Method Details
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteHostKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-