public static interface PublicKeySummary.Builder extends SdkPojo, CopyableBuilder<PublicKeySummary.Builder,PublicKeySummary>
| Modifier and Type | Method and Description |
|---|---|
PublicKeySummary.Builder |
comment(String comment)
A comment to describe the public key.
|
PublicKeySummary.Builder |
createdTime(Instant createdTime)
The date and time when the public key was uploaded.
|
PublicKeySummary.Builder |
encodedKey(String encodedKey)
The public key.
|
PublicKeySummary.Builder |
id(String id)
The identifier of the public key.
|
PublicKeySummary.Builder |
name(String name)
A name to help identify the public key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPublicKeySummary.Builder id(String id)
The identifier of the public key.
id - The identifier of the public key.PublicKeySummary.Builder name(String name)
A name to help identify the public key.
name - A name to help identify the public key.PublicKeySummary.Builder createdTime(Instant createdTime)
The date and time when the public key was uploaded.
createdTime - The date and time when the public key was uploaded.PublicKeySummary.Builder encodedKey(String encodedKey)
The public key.
encodedKey - The public key.PublicKeySummary.Builder comment(String comment)
A comment to describe the public key. The comment cannot be longer than 128 characters.
comment - A comment to describe the public key. The comment cannot be longer than 128 characters.Copyright © 2021. All rights reserved.