CopyableBuilder<UpdateSSHPublicKeyRequest.Builder,UpdateSSHPublicKeyRequest>
, SdkBuilder<UpdateSSHPublicKeyRequest.Builder,UpdateSSHPublicKeyRequest>
public static interface UpdateSSHPublicKeyRequest.Builder extends CopyableBuilder<UpdateSSHPublicKeyRequest.Builder,UpdateSSHPublicKeyRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateSSHPublicKeyRequest.Builder |
sshPublicKeyId(String sshPublicKeyId) |
The unique identifier for the SSH public key.
|
UpdateSSHPublicKeyRequest.Builder |
status(String status) |
The status to assign to the SSH public key.
|
UpdateSSHPublicKeyRequest.Builder |
status(StatusType status) |
The status to assign to the SSH public key.
|
UpdateSSHPublicKeyRequest.Builder |
userName(String userName) |
The name of the IAM user associated with the SSH public key.
|
copy
apply, build
UpdateSSHPublicKeyRequest.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: =,.@-
UpdateSSHPublicKeyRequest.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.
UpdateSSHPublicKeyRequest.Builder status(String status)
The status to assign to the SSH public key. Active
means the key can be used for authentication
with an AWS CodeCommit repository. Inactive
means the key cannot be used.
status
- The status to assign to the SSH public key. Active
means the key can be used for
authentication with an AWS CodeCommit repository. Inactive
means the key cannot be used.StatusType
UpdateSSHPublicKeyRequest.Builder status(StatusType status)
The status to assign to the SSH public key. Active
means the key can be used for authentication
with an AWS CodeCommit repository. Inactive
means the key cannot be used.
status
- The status to assign to the SSH public key. Active
means the key can be used for
authentication with an AWS CodeCommit repository. Inactive
means the key cannot be used.StatusType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.