public static interface AliasListEntry.Builder extends 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 |
targetKeyId(String targetKeyId)
String that contains the key identifier referred to by the alias.
|
copyapply, buildAliasListEntry.Builder aliasName(String aliasName)
String that contains the alias.
aliasName - String that contains the 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.