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)
Playback-key-pair name.
|
PlaybackKeyPairSummary.Builder |
tags(Map<String,String> tags)
Tags attached to the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlaybackKeyPairSummary.Builder arn(String arn)
Key-pair ARN.
arn - Key-pair ARN.PlaybackKeyPairSummary.Builder name(String name)
Playback-key-pair name. The value does not need to be unique.
name - Playback-key-pair name. The value does not need to be unique.PlaybackKeyPairSummary.Builder tags(Map<String,String> tags)
Tags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value).
See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.
tags - Tags attached to the resource. Array of 1-50 maps, each of the form
string:string (key:value). See Tagging Amazon Web Services
Resources for more information, including restrictions that apply to tags and
"Tag naming limits and requirements"; Amazon IVS has no service-specific constraints beyond what is
documented there.Copyright © 2023. All rights reserved.