public static interface KeyListEntry.Builder extends CopyableBuilder<KeyListEntry.Builder,KeyListEntry>
| Modifier and Type | Method and Description |
|---|---|
KeyListEntry.Builder |
keyArn(String keyArn)
ARN of the key.
|
KeyListEntry.Builder |
keyId(String keyId)
Unique identifier of the key.
|
copyapply, buildKeyListEntry.Builder keyId(String keyId)
Unique identifier of the key.
keyId - Unique identifier of the key.KeyListEntry.Builder keyArn(String keyArn)
ARN of the key.
keyArn - ARN of the key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.