Class CfnPlaybackKeyPair.Builder
java.lang.Object
software.amazon.awscdk.services.ivs.CfnPlaybackKeyPair.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaybackKeyPair>
- Enclosing class:
- CfnPlaybackKeyPair
@Stability(Stable)
public static final class CfnPlaybackKeyPair.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaybackKeyPair>
A fluent builder for
CfnPlaybackKeyPair
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnPlaybackKeyPair.Builder
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
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnPlaybackKeyPair.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
-
publicKeyMaterial
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
-
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
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnPlaybackKeyPair>
- Returns:
- a newly built instance of
CfnPlaybackKeyPair
.
-