Class PlaybackKeyPairReference.Builder
java.lang.Object
software.amazon.awscdk.services.ivs.PlaybackKeyPairReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<PlaybackKeyPairReference>
- Enclosing interface:
PlaybackKeyPairReference
@Stability(Stable)
public static final class PlaybackKeyPairReference.Builder
extends Object
implements software.amazon.jsii.Builder<PlaybackKeyPairReference>
A builder for
PlaybackKeyPairReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.playbackKeyPairArn
(String playbackKeyPairArn) Sets the value ofPlaybackKeyPairReference.getPlaybackKeyPairArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
playbackKeyPairArn
@Stability(Stable) public PlaybackKeyPairReference.Builder playbackKeyPairArn(String playbackKeyPairArn) Sets the value ofPlaybackKeyPairReference.getPlaybackKeyPairArn()
- Parameters:
playbackKeyPairArn
- The Arn of the PlaybackKeyPair resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<PlaybackKeyPairReference>
- Returns:
- a new instance of
PlaybackKeyPairReference
- Throws:
NullPointerException
- if any required attribute was not provided
-