CopyableBuilder<GetSSHPublicKeyRequest.Builder,GetSSHPublicKeyRequest>
, SdkBuilder<GetSSHPublicKeyRequest.Builder,GetSSHPublicKeyRequest>
public static interface GetSSHPublicKeyRequest.Builder extends CopyableBuilder<GetSSHPublicKeyRequest.Builder,GetSSHPublicKeyRequest>
Modifier and Type | Method | Description |
---|---|---|
GetSSHPublicKeyRequest.Builder |
encoding(String encoding) |
Specifies the public key encoding format to use in the response.
|
GetSSHPublicKeyRequest.Builder |
encoding(EncodingType encoding) |
Specifies the public key encoding format to use in the response.
|
GetSSHPublicKeyRequest.Builder |
sshPublicKeyId(String sshPublicKeyId) |
The unique identifier for the SSH public key.
|
GetSSHPublicKeyRequest.Builder |
userName(String userName) |
The name of the IAM user associated with the SSH public key.
|
copy
apply, build
GetSSHPublicKeyRequest.Builder userName(String userName)
The name of the IAM user associated with the SSH public key.
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 associated with the SSH public key.
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: =,.@-
GetSSHPublicKeyRequest.Builder sshPublicKeyId(String sshPublicKeyId)
The unique identifier for the SSH public key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
sshPublicKeyId
- The unique identifier for the SSH public key.
This parameter allows (per its regex pattern) a string of characters that can consist of any upper or lowercased letter or digit.
GetSSHPublicKeyRequest.Builder encoding(String encoding)
Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa
format, use SSH
. To retrieve the public key in PEM format, use PEM
.
encoding
- Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa
format, use SSH
. To retrieve the public key in PEM format, use PEM
.EncodingType
GetSSHPublicKeyRequest.Builder encoding(EncodingType encoding)
Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa
format, use SSH
. To retrieve the public key in PEM format, use PEM
.
encoding
- Specifies the public key encoding format to use in the response. To retrieve the public key in ssh-rsa
format, use SSH
. To retrieve the public key in PEM format, use PEM
.EncodingType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.