@Stability(value=Experimental) public static final class PlaybackKeyPairProps.Builder extends Object implements software.amazon.jsii.Builder<PlaybackKeyPairProps>
PlaybackKeyPairProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PlaybackKeyPairProps |
build()
Builds the configured instance.
|
PlaybackKeyPairProps.Builder |
name(String name)
Sets the value of
PlaybackKeyPairProps.getName() |
PlaybackKeyPairProps.Builder |
publicKeyMaterial(String publicKeyMaterial)
Sets the value of
PlaybackKeyPairProps.getPublicKeyMaterial() |
@Stability(value=Experimental) public PlaybackKeyPairProps.Builder publicKeyMaterial(String publicKeyMaterial)
PlaybackKeyPairProps.getPublicKeyMaterial()publicKeyMaterial - The public portion of a customer-generated key pair. This parameter is required.this@Stability(value=Experimental) public PlaybackKeyPairProps.Builder name(String name)
PlaybackKeyPairProps.getName()name - 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.this@Stability(value=Experimental) public PlaybackKeyPairProps build()
build in interface software.amazon.jsii.Builder<PlaybackKeyPairProps>PlaybackKeyPairPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.