public static interface GetSshPublicKeyRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<GetSshPublicKeyRequest.Builder,GetSshPublicKeyRequest>
Modifier and Type | Method and Description |
---|---|
GetSshPublicKeyRequest.Builder |
encoding(EncodingType encoding)
Specifies the public key encoding format to use in the response.
|
GetSshPublicKeyRequest.Builder |
encoding(String encoding)
Specifies the public key encoding format to use in the response.
|
GetSshPublicKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetSshPublicKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, 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
,
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
,
EncodingType
GetSshPublicKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetSshPublicKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.