public static interface SSHPublicKeyMetadata.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
SSHPublicKeyMetadata.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 that the key can be used for authentication with
an AWS CodeCommit repository. Inactive
means that the key cannot be used.
status
- The status of the SSH public key. Active
means that the key can be used for
authentication with an AWS CodeCommit repository. Inactive
means that the key cannot be
used.StatusType
,
StatusType
SSHPublicKeyMetadata.Builder status(StatusType status)
The status of the SSH public key. Active
means that the key can be used for authentication with
an AWS CodeCommit repository. Inactive
means that the key cannot be used.
status
- The status of the SSH public key. Active
means that the key can be used for
authentication with an AWS CodeCommit repository. Inactive
means that the key cannot be
used.StatusType
,
StatusType
SSHPublicKeyMetadata.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.