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