@Stability(value=Stable) public static final class CfnPlaybackKeyPairProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPlaybackKeyPairProps>
CfnPlaybackKeyPairProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPlaybackKeyPairProps |
build()
Builds the configured instance.
|
CfnPlaybackKeyPairProps.Builder |
name(String name)
Sets the value of
CfnPlaybackKeyPairProps.getName() |
CfnPlaybackKeyPairProps.Builder |
publicKeyMaterial(String publicKeyMaterial)
Sets the value of
CfnPlaybackKeyPairProps.getPublicKeyMaterial() |
CfnPlaybackKeyPairProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnPlaybackKeyPairProps.getTags() |
@Stability(value=Stable) public CfnPlaybackKeyPairProps.Builder publicKeyMaterial(String publicKeyMaterial)
CfnPlaybackKeyPairProps.getPublicKeyMaterial()publicKeyMaterial - `AWS::IVS::PlaybackKeyPair.PublicKeyMaterial`. This parameter is required.this@Stability(value=Stable) public CfnPlaybackKeyPairProps.Builder name(String name)
CfnPlaybackKeyPairProps.getName()name - `AWS::IVS::PlaybackKeyPair.Name`.this@Stability(value=Stable) public CfnPlaybackKeyPairProps.Builder tags(List<? extends CfnTag> tags)
CfnPlaybackKeyPairProps.getTags()tags - `AWS::IVS::PlaybackKeyPair.Tags`.this@Stability(value=Stable) public CfnPlaybackKeyPairProps build()
build in interface software.amazon.jsii.Builder<CfnPlaybackKeyPairProps>CfnPlaybackKeyPairPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.