CopyableBuilder<UploadSSHPublicKeyRequest.Builder,UploadSSHPublicKeyRequest>, SdkBuilder<UploadSSHPublicKeyRequest.Builder,UploadSSHPublicKeyRequest>public static interface UploadSSHPublicKeyRequest.Builder extends CopyableBuilder<UploadSSHPublicKeyRequest.Builder,UploadSSHPublicKeyRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UploadSSHPublicKeyRequest.Builder |
sshPublicKeyBody(String sshPublicKeyBody) |
The SSH public key.
|
UploadSSHPublicKeyRequest.Builder |
userName(String userName) |
The name of the IAM user to associate the SSH public key with.
|
copyapply, buildUploadSSHPublicKeyRequest.Builder userName(String userName)
The name of the IAM user to associate the SSH public key with.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
userName - The name of the IAM user to associate the SSH public key with.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
UploadSSHPublicKeyRequest.Builder sshPublicKeyBody(String sshPublicKeyBody)
The SSH public key. The public key must be encoded in ssh-rsa format or PEM format.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ).
sshPublicKeyBody - The SSH public key. The public key must be encoded in ssh-rsa format or PEM format.
The regex pattern used to validate this parameter is a string of characters consisting of any printable ASCII character ranging from the space character ( ) through end of the ASCII character range as well as the printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ). It also includes the special characters tab ( ), line feed ( ), and carriage return ( ).
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.