public static interface SSHPublicKey.Builder extends CopyableBuilder<SSHPublicKey.Builder,SSHPublicKey>
Modifier and Type | Method and Description |
---|---|
SSHPublicKey.Builder |
fingerprint(String fingerprint)
The MD5 message digest of the SSH public key.
|
SSHPublicKey.Builder |
sshPublicKeyBody(String sshPublicKeyBody)
The SSH public key.
|
SSHPublicKey.Builder |
sshPublicKeyId(String sshPublicKeyId)
The unique identifier for the SSH public key.
|
SSHPublicKey.Builder |
status(StatusType status)
The status of the SSH public key.
|
SSHPublicKey.Builder |
status(String status)
The status of the SSH public key.
|
SSHPublicKey.Builder |
uploadDate(Instant uploadDate)
The date and time, in ISO 8601 date-time format, when the SSH
public key was uploaded.
|
SSHPublicKey.Builder |
userName(String userName)
The name of the IAM user associated with the SSH public key.
|
copy
applyMutation, build
SSHPublicKey.Builder userName(String userName)
The name of the IAM user associated with the SSH public key.
userName
- The name of the IAM user associated with the SSH public key.SSHPublicKey.Builder sshPublicKeyId(String sshPublicKeyId)
The unique identifier for the SSH public key.
sshPublicKeyId
- The unique identifier for the SSH public key.SSHPublicKey.Builder fingerprint(String fingerprint)
The MD5 message digest of the SSH public key.
fingerprint
- The MD5 message digest of the SSH public key.SSHPublicKey.Builder sshPublicKeyBody(String sshPublicKeyBody)
The SSH public key.
sshPublicKeyBody
- The SSH public key.SSHPublicKey.Builder status(String status)
The status of 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 of 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
,
StatusType
SSHPublicKey.Builder status(StatusType status)
The status of 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 of 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
,
StatusType
SSHPublicKey.Builder uploadDate(Instant uploadDate)
The date and time, in ISO 8601 date-time format, when the SSH public key was uploaded.
uploadDate
- The date and time, in ISO 8601 date-time format, when the
SSH public key was uploaded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.