Interface PlaybackKeyPair.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PlaybackKeyPair.Builder,,- PlaybackKeyPair> - SdkBuilder<PlaybackKeyPair.Builder,,- PlaybackKeyPair> - SdkPojo
- Enclosing class:
- PlaybackKeyPair
@Mutable
@NotThreadSafe
public static interface PlaybackKeyPair.Builder
extends SdkPojo, CopyableBuilder<PlaybackKeyPair.Builder,PlaybackKeyPair> 
- 
Method SummaryModifier and TypeMethodDescriptionKey-pair ARN.fingerprint(String fingerprint) Key-pair identifier.Playback-key-pair name.Tags attached to the resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnKey-pair ARN. - Parameters:
- arn- Key-pair ARN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fingerprintKey-pair identifier. - Parameters:
- fingerprint- Key-pair identifier.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
namePlayback-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.
 
- 
tagsTags attached to the resource. Array of 1-50 maps, each of the form string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, 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 form- string:string (key:value). See Best practices and strategies in Tagging Amazon Web Services Resources and Tag Editor for details, 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.
 
 
-