Class CfnChannel.Builder

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

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

    • create

      @Stability(Stable) public static CfnChannel.Builder create(software.amazon.awscdk.core.Construct scope, String id)
      Parameters:
      scope - - scope in which this resource is defined. This parameter is required.
      id - - scoped id of the resource. This parameter is required.
      Returns:
      a new instance of CfnChannel.Builder.
    • id

      @Stability(Stable) public CfnChannel.Builder id(String id)
      Unique identifier that you assign to the channel.

      Parameters:
      id - Unique identifier that you assign to the channel. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnChannel.Builder description(String description)
      Any descriptive information that you want to add to the channel for future identification purposes.

      Parameters:
      description - Any descriptive information that you want to add to the channel for future identification purposes. This parameter is required.
      Returns:
      this
    • egressAccessLogs

      @Stability(Stable) public CfnChannel.Builder egressAccessLogs(software.amazon.awscdk.core.IResolvable egressAccessLogs)
      Configures egress access logs.

      Parameters:
      egressAccessLogs - Configures egress access logs. This parameter is required.
      Returns:
      this
    • egressAccessLogs

      @Stability(Stable) public CfnChannel.Builder egressAccessLogs(CfnChannel.LogConfigurationProperty egressAccessLogs)
      Configures egress access logs.

      Parameters:
      egressAccessLogs - Configures egress access logs. This parameter is required.
      Returns:
      this
    • hlsIngest

      @Stability(Stable) public CfnChannel.Builder hlsIngest(software.amazon.awscdk.core.IResolvable hlsIngest)
      The input URL where the source stream should be sent.

      Parameters:
      hlsIngest - The input URL where the source stream should be sent. This parameter is required.
      Returns:
      this
    • hlsIngest

      @Stability(Stable) public CfnChannel.Builder hlsIngest(CfnChannel.HlsIngestProperty hlsIngest)
      The input URL where the source stream should be sent.

      Parameters:
      hlsIngest - The input URL where the source stream should be sent. This parameter is required.
      Returns:
      this
    • ingressAccessLogs

      @Stability(Stable) public CfnChannel.Builder ingressAccessLogs(software.amazon.awscdk.core.IResolvable ingressAccessLogs)
      Configures ingress access logs.

      Parameters:
      ingressAccessLogs - Configures ingress access logs. This parameter is required.
      Returns:
      this
    • ingressAccessLogs

      @Stability(Stable) public CfnChannel.Builder ingressAccessLogs(CfnChannel.LogConfigurationProperty ingressAccessLogs)
      Configures ingress access logs.

      Parameters:
      ingressAccessLogs - Configures ingress access logs. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnChannel.Builder tags(List<? extends software.amazon.awscdk.core.CfnTag> tags)
      The tags to assign to the channel.

      Parameters:
      tags - The tags to assign to the channel. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnChannel build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnChannel>