Class CfnPlaybackKeyPairPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ivs.CfnPlaybackKeyPairPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackKeyPairPropsMixin>
- Enclosing class:
CfnPlaybackKeyPairPropsMixin
@Stability(Stable)
public static final class CfnPlaybackKeyPairPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackKeyPairPropsMixin>
A fluent builder for
CfnPlaybackKeyPairPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) Playback-key-pair name.publicKeyMaterial(String publicKeyMaterial) The public portion of a customer-generated key pair.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnPlaybackKeyPairPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPlaybackKeyPairPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPlaybackKeyPairPropsMixin.Builder.
-
name
Playback-key-pair name.The value does not need to be unique.
- Parameters:
name- Playback-key-pair name. This parameter is required.- Returns:
this- See Also:
-
publicKeyMaterial
@Stability(Stable) public CfnPlaybackKeyPairPropsMixin.Builder publicKeyMaterial(String publicKeyMaterial) The public portion of a customer-generated key pair.Note that this field is required to create the AWS::IVS::PlaybackKeyPair resource.
- Parameters:
publicKeyMaterial- The public portion of a customer-generated key pair. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlaybackKeyPairPropsMixin>- Returns:
- a newly built instance of
CfnPlaybackKeyPairPropsMixin.
-