Interface UpdateHostKeyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateHostKeyResponse.Builder,UpdateHostKeyResponse>,SdkBuilder<UpdateHostKeyResponse.Builder,UpdateHostKeyResponse>,SdkPojo,SdkResponse.Builder,TransferResponse.Builder
- Enclosing class:
- UpdateHostKeyResponse
public static interface UpdateHostKeyResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<UpdateHostKeyResponse.Builder,UpdateHostKeyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateHostKeyResponse.BuilderhostKeyId(String hostKeyId)Returns the host key identifier for the updated host key.UpdateHostKeyResponse.BuilderserverId(String serverId)Returns the server identifier for the server that contains the updated host key.-
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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
serverId
UpdateHostKeyResponse.Builder serverId(String serverId)
Returns the server identifier for the server that contains the updated host key.
- Parameters:
serverId- Returns the server identifier for the server that contains the updated host key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostKeyId
UpdateHostKeyResponse.Builder hostKeyId(String hostKeyId)
Returns the host key identifier for the updated host key.
- Parameters:
hostKeyId- Returns the host key identifier for the updated host key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-