Class PlaybackKeyPair.Builder
java.lang.Object
software.amazon.awscdk.services.ivs.alpha.PlaybackKeyPair.Builder
- All Implemented Interfaces:
 software.amazon.jsii.Builder<PlaybackKeyPair>
- Enclosing class:
 PlaybackKeyPair
@Stability(Experimental)
public static final class PlaybackKeyPair.Builder
extends Object
implements software.amazon.jsii.Builder<PlaybackKeyPair>
(experimental) A fluent builder for 
PlaybackKeyPair.- 
Method Summary
Modifier and TypeMethodDescriptionbuild()static PlaybackKeyPair.BuilderplaybackKeyPairName(String playbackKeyPairName) (experimental) An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.publicKeyMaterial(String publicKeyMaterial) (experimental) The public portion of a customer-generated key pair. 
- 
Method Details
- 
create
@Stability(Experimental) public static PlaybackKeyPair.Builder create(software.constructs.Construct scope, String id) - Parameters:
 scope- This parameter is required.id- This parameter is required.- Returns:
 - a new instance of 
PlaybackKeyPair.Builder. 
 - 
publicKeyMaterial
(experimental) The public portion of a customer-generated key pair.- Parameters:
 publicKeyMaterial- The public portion of a customer-generated key pair. This parameter is required.- Returns:
 this
 - 
playbackKeyPairName
@Stability(Experimental) public PlaybackKeyPair.Builder playbackKeyPairName(String playbackKeyPairName) (experimental) 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.
Default: Automatically generated name
- Parameters:
 playbackKeyPairName- An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. This parameter is required.- Returns:
 this
 - 
build
- Specified by:
 buildin interfacesoftware.amazon.jsii.Builder<PlaybackKeyPair>- Returns:
 - a newly built instance of 
PlaybackKeyPair. 
 
 -