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 a server.
|
ImportSshPublicKeyResponse.Builder |
sshPublicKeyId(String sshPublicKeyId)
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportSshPublicKeyResponse.Builder serverId(String serverId)
A system-assigned unique identifier for a server.
serverId - A system-assigned unique identifier for a server.ImportSshPublicKeyResponse.Builder sshPublicKeyId(String sshPublicKeyId)
The name given to a public key by the system that was imported.
sshPublicKeyId - 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 © 2020. All rights reserved.