public static interface PlaybackKeyPairSummary.Builder extends SdkPojo, CopyableBuilder<PlaybackKeyPairSummary.Builder,PlaybackKeyPairSummary>
| Modifier and Type | Method and Description |
|---|---|
PlaybackKeyPairSummary.Builder |
arn(String arn)
Key-pair ARN.
|
PlaybackKeyPairSummary.Builder |
name(String name)
An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that
resource.
|
PlaybackKeyPairSummary.Builder |
tags(Map<String,String> tags)
Array of 1-50 maps, each of the form
string:string (key:value). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlaybackKeyPairSummary.Builder arn(String arn)
Key-pair ARN.
arn - Key-pair ARN.PlaybackKeyPairSummary.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.PlaybackKeyPairSummary.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.