@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 - The public portion of a customer-generated key pair. This parameter is required.this@Stability(value=Stable) public CfnPlaybackKeyPairProps.Builder name(String name)
CfnPlaybackKeyPairProps.getName()name - Playback-key-pair name.
The value does not need to be unique.this@Stability(value=Stable) public CfnPlaybackKeyPairProps.Builder tags(List<? extends CfnTag> tags)
CfnPlaybackKeyPairProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnPlaybackKeyPairProps build()
build in interface software.amazon.jsii.Builder<CfnPlaybackKeyPairProps>CfnPlaybackKeyPairPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.