public static interface PlaybackKeyPair.Builder extends SdkPojo, CopyableBuilder<PlaybackKeyPair.Builder,PlaybackKeyPair>
| Modifier and Type | Method and Description |
|---|---|
PlaybackKeyPair.Builder |
arn(String arn)
Key-pair ARN.
|
PlaybackKeyPair.Builder |
fingerprint(String fingerprint)
Key-pair identifier.
|
PlaybackKeyPair.Builder |
name(String name)
An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that
resource.
|
PlaybackKeyPair.Builder |
tags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlaybackKeyPair.Builder arn(String arn)
Key-pair ARN.
arn - Key-pair ARN.PlaybackKeyPair.Builder name(String name)
An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. The value does not need to be unique.
name - An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that
resource. The value does not need to be unique.PlaybackKeyPair.Builder fingerprint(String fingerprint)
Key-pair identifier.
fingerprint - Key-pair identifier.PlaybackKeyPair.Builder tags(Map<String,String> tags)
Array of 1-50 maps, each of the form string:string (key:value).
tags - Array of 1-50 maps, each of the form string:string (key:value).Copyright © 2021. All rights reserved.