public static interface SSHPublicKeyMetadata.Builder extends CopyableBuilder<SSHPublicKeyMetadata.Builder,SSHPublicKeyMetadata>
| Modifier and Type | Method and Description |
|---|---|
SSHPublicKeyMetadata.Builder |
sshPublicKeyId(String sshPublicKeyId)
The unique identifier for the SSH public key.
|
SSHPublicKeyMetadata.Builder |
status(StatusType status)
The status of the SSH public key.
|
SSHPublicKeyMetadata.Builder |
status(String status)
The status of the SSH public key.
|
SSHPublicKeyMetadata.Builder |
uploadDate(Instant uploadDate)
The date and time, in ISO 8601 date-time format, when the SSH
public key was uploaded.
|
SSHPublicKeyMetadata.Builder |
userName(String userName)
The name of the IAM user associated with the SSH public key.
|
copyapply, buildSSHPublicKeyMetadata.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.SSHPublicKeyMetadata.Builder sshPublicKeyId(String sshPublicKeyId)
The unique identifier for the SSH public key.
sshPublicKeyId - The unique identifier for the SSH public key.SSHPublicKeyMetadata.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,
StatusTypeSSHPublicKeyMetadata.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,
StatusTypeSSHPublicKeyMetadata.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.