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)
Sets the value of the CreationDate property for this object.
|
AliasListEntry.Builder |
lastUpdatedDate(Instant lastUpdatedDate)
Sets the value of the LastUpdatedDate property for this object.
|
AliasListEntry.Builder |
targetKeyId(String targetKeyId)
String that contains the key identifier referred to by 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 referred to by the alias.
targetKeyId - String that contains the key identifier referred to by the alias.AliasListEntry.Builder creationDate(Instant creationDate)
creationDate - The new value for the CreationDate property for this object.AliasListEntry.Builder lastUpdatedDate(Instant lastUpdatedDate)
lastUpdatedDate - The new value for the LastUpdatedDate property for this object.Copyright © 2021. All rights reserved.