public static interface ImportSshPublicKeyResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<ImportSshPublicKeyResponse.Builder,ImportSshPublicKeyResponse>
Modifier and Type | Method and Description |
---|---|
ImportSshPublicKeyResponse.Builder |
serverId(String serverId)
A system-assigned unique identifier for an SFTP server.
|
ImportSshPublicKeyResponse.Builder |
sshPublicKeyId(String sshPublicKeyId)
This identifier is the name given to a public key by the system that was imported.
|
ImportSshPublicKeyResponse.Builder |
userName(String userName)
A user name assigned to the
ServerID value that you specified. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ImportSshPublicKeyResponse.Builder serverId(String serverId)
A system-assigned unique identifier for an SFTP server.
serverId
- A system-assigned unique identifier for an SFTP server.ImportSshPublicKeyResponse.Builder sshPublicKeyId(String sshPublicKeyId)
This identifier is the name given to a public key by the system that was imported.
sshPublicKeyId
- This identifier is the name given to a public key by the system that was imported.ImportSshPublicKeyResponse.Builder userName(String userName)
A user name assigned to the ServerID
value that you specified.
userName
- A user name assigned to the ServerID
value that you specified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.