Interface PlaybackKeyPair.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PlaybackKeyPair.Builder,PlaybackKeyPair>,SdkBuilder<PlaybackKeyPair.Builder,PlaybackKeyPair>,SdkPojo
- Enclosing class:
- PlaybackKeyPair
public static interface PlaybackKeyPair.Builder extends SdkPojo, CopyableBuilder<PlaybackKeyPair.Builder,PlaybackKeyPair>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaybackKeyPair.Builderarn(String arn)Key-pair ARN.PlaybackKeyPair.Builderfingerprint(String fingerprint)Key-pair identifier.PlaybackKeyPair.Buildername(String name)Playback-key-pair name.PlaybackKeyPair.Buildertags(Map<String,String> tags)Tags attached to the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
PlaybackKeyPair.Builder arn(String arn)
Key-pair ARN.
- Parameters:
arn- Key-pair ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fingerprint
PlaybackKeyPair.Builder fingerprint(String fingerprint)
Key-pair identifier.
- Parameters:
fingerprint- Key-pair identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
PlaybackKeyPair.Builder name(String name)
Playback-key-pair name. The value does not need to be unique.
- Parameters:
name- Playback-key-pair name. The value does not need to be unique.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
PlaybackKeyPair.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.- Parameters:
tags- Tags attached to the resource. Array of 1-50 maps, each of the formstring: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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-