Class PlaybackKeyPair.Builder

java.lang.Object
software.amazon.awscdk.services.ivs.PlaybackKeyPair.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<PlaybackKeyPair>
Enclosing class:
PlaybackKeyPair

@Stability(Experimental) public static final class PlaybackKeyPair.Builder extends Object implements software.amazon.jsii.Builder<PlaybackKeyPair>
(experimental) A fluent builder for PlaybackKeyPair.
  • Method Details

    • create

      @Stability(Experimental) public static PlaybackKeyPair.Builder create(software.constructs.Construct scope, String id)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      Returns:
      a new instance of PlaybackKeyPair.Builder.
    • publicKeyMaterial

      @Stability(Experimental) public PlaybackKeyPair.Builder publicKeyMaterial(String publicKeyMaterial)
      (experimental) 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
    • name

      @Stability(Experimental) public PlaybackKeyPair.Builder name(String name)
      (experimental) 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.

      Default: None

      Parameters:
      name - An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. This parameter is required.
      Returns:
      this
    • build

      @Stability(Experimental) public PlaybackKeyPair build()
      Specified by:
      build in interface software.amazon.jsii.Builder<PlaybackKeyPair>
      Returns:
      a newly built instance of PlaybackKeyPair.