public static final class PlaybackKeyPairProps.Builder
extends java.lang.Object
PlaybackKeyPairProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PlaybackKeyPairProps |
build()
Builds the configured instance.
|
PlaybackKeyPairProps.Builder |
name(java.lang.String name)
Sets the value of
PlaybackKeyPairProps.getName() |
PlaybackKeyPairProps.Builder |
publicKeyMaterial(java.lang.String publicKeyMaterial)
Sets the value of
PlaybackKeyPairProps.getPublicKeyMaterial() |
public PlaybackKeyPairProps.Builder publicKeyMaterial(java.lang.String publicKeyMaterial)
PlaybackKeyPairProps.getPublicKeyMaterial()
publicKeyMaterial
- The public portion of a customer-generated key pair. This parameter is required.this
public PlaybackKeyPairProps.Builder name(java.lang.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
public PlaybackKeyPairProps build()
PlaybackKeyPairProps
java.lang.NullPointerException
- if any required attribute was not provided