CopyableBuilder<KeyListEntry.Builder,KeyListEntry>
, SdkBuilder<KeyListEntry.Builder,KeyListEntry>
public static interface KeyListEntry.Builder extends CopyableBuilder<KeyListEntry.Builder,KeyListEntry>
Modifier and Type | Method | Description |
---|---|---|
KeyListEntry.Builder |
keyArn(String keyArn) |
ARN of the key.
|
KeyListEntry.Builder |
keyId(String keyId) |
Unique identifier of the key.
|
copy
apply, build
KeyListEntry.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.