public static interface AliasListEntry.Builder extends SdkPojo, CopyableBuilder<AliasListEntry.Builder,AliasListEntry>
| Modifier and Type | Method and Description |
|---|---|
AliasListEntry.Builder |
aliasArn(String aliasArn)
String that contains the key ARN.
|
AliasListEntry.Builder |
aliasName(String aliasName)
String that contains the alias.
|
AliasListEntry.Builder |
creationDate(Instant creationDate)
Date and time that the alias was most recently created in the account and Region.
|
AliasListEntry.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
Date and time that the alias was most recently associated with a KMS key in the account and Region.
|
AliasListEntry.Builder |
targetKeyId(String targetKeyId)
String that contains the key identifier of the KMS key associated with the alias.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAliasListEntry.Builder aliasName(String aliasName)
String that contains the alias. This value begins with alias/.
aliasName - String that contains the alias. This value begins with alias/.AliasListEntry.Builder aliasArn(String aliasArn)
String that contains the key ARN.
aliasArn - String that contains the key ARN.AliasListEntry.Builder targetKeyId(String targetKeyId)
String that contains the key identifier of the KMS key associated with the alias.
targetKeyId - String that contains the key identifier of the KMS key associated with the alias.AliasListEntry.Builder creationDate(Instant creationDate)
Date and time that the alias was most recently created in the account and Region. Formatted as Unix time.
creationDate - Date and time that the alias was most recently created in the account and Region. Formatted as Unix
time.AliasListEntry.Builder lastUpdatedDate(Instant lastUpdatedDate)
Date and time that the alias was most recently associated with a KMS key in the account and Region. Formatted as Unix time.
lastUpdatedDate - Date and time that the alias was most recently associated with a KMS key in the account and Region.
Formatted as Unix time.Copyright © 2023. All rights reserved.