Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UploadSSHPublicKeyRequest.Builder,UploadSSHPublicKeyRequest>
@Generated("software.amazon.awssdk:codegen") public class UploadSSHPublicKeyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UploadSSHPublicKeyRequest.Builder,UploadSSHPublicKeyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UploadSSHPublicKeyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UploadSSHPublicKeyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UploadSSHPublicKeyRequest.Builder> |
serializableBuilderClass() |
|
String |
sshPublicKeyBody() |
The SSH public key.
|
UploadSSHPublicKeyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userName() |
The name of the IAM user to associate the SSH public key with.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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: =,.@-
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: =,.@-
public 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 ( ).
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 ( ).
public UploadSSHPublicKeyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UploadSSHPublicKeyRequest.Builder,UploadSSHPublicKeyRequest>
public static UploadSSHPublicKeyRequest.Builder builder()
public static Class<? extends UploadSSHPublicKeyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.