CopyableBuilder<DeleteSSHPublicKeyRequest.Builder,DeleteSSHPublicKeyRequest>
, SdkBuilder<DeleteSSHPublicKeyRequest.Builder,DeleteSSHPublicKeyRequest>
public static interface DeleteSSHPublicKeyRequest.Builder extends CopyableBuilder<DeleteSSHPublicKeyRequest.Builder,DeleteSSHPublicKeyRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteSSHPublicKeyRequest.Builder |
sshPublicKeyId(String sshPublicKeyId) |
The unique identifier for the SSH public key.
|
DeleteSSHPublicKeyRequest.Builder |
userName(String userName) |
The name of the IAM user associated with the SSH public key.
|
copy
apply, build
DeleteSSHPublicKeyRequest.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: =,.@-
DeleteSSHPublicKeyRequest.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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.