CopyableBuilder<SSHPublicKeyMetadata.Builder,SSHPublicKeyMetadata>
, SdkBuilder<SSHPublicKeyMetadata.Builder,SSHPublicKeyMetadata>
public static interface SSHPublicKeyMetadata.Builder extends CopyableBuilder<SSHPublicKeyMetadata.Builder,SSHPublicKeyMetadata>
Modifier and Type | Method | Description |
---|---|---|
SSHPublicKeyMetadata.Builder |
sshPublicKeyId(String sshPublicKeyId) |
The unique identifier for the SSH public key.
|
SSHPublicKeyMetadata.Builder |
status(String status) |
The status of the SSH public key.
|
SSHPublicKeyMetadata.Builder |
status(StatusType status) |
The status of the SSH public key.
|
SSHPublicKeyMetadata.Builder |
uploadDate(Date 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
apply, 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 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
SSHPublicKeyMetadata.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
SSHPublicKeyMetadata.Builder uploadDate(Date 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.