Interface CreateChannelResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) associated with the resource.

      Parameters:
      arn - The Amazon Resource Name (ARN) associated with the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelName

      CreateChannelResponse.Builder channelName(String channelName)

      The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.

      Parameters:
      channelName - The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelGroupName

      CreateChannelResponse.Builder channelGroupName(String channelGroupName)

      The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.

      Parameters:
      channelGroupName - The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      CreateChannelResponse.Builder createdAt(Instant createdAt)

      The date and time the channel was created.

      Parameters:
      createdAt - The date and time the channel was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modifiedAt

      CreateChannelResponse.Builder modifiedAt(Instant modifiedAt)

      The date and time the channel was modified.

      Parameters:
      modifiedAt - The date and time the channel was modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateChannelResponse.Builder description(String description)

      The description for your channel.

      Parameters:
      description - The description for your channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ingestEndpoints

      CreateChannelResponse.Builder ingestEndpoints(Collection<IngestEndpoint> ingestEndpoints)
      Sets the value of the IngestEndpoints property for this object.
      Parameters:
      ingestEndpoints - The new value for the IngestEndpoints property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ingestEndpoints

      CreateChannelResponse.Builder ingestEndpoints(IngestEndpoint... ingestEndpoints)
      Sets the value of the IngestEndpoints property for this object.
      Parameters:
      ingestEndpoints - The new value for the IngestEndpoints property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ingestEndpoints

      CreateChannelResponse.Builder ingestEndpoints(Consumer<IngestEndpoint.Builder>... ingestEndpoints)
      Sets the value of the IngestEndpoints property for this object. This is a convenience method that creates an instance of the IngestEndpoint.Builder avoiding the need to create one manually via IngestEndpoint.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ingestEndpoints(List<IngestEndpoint>).

      Parameters:
      ingestEndpoints - a consumer that will call methods on IngestEndpoint.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • inputType

      CreateChannelResponse.Builder inputType(String inputType)

      The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

      The allowed values are:

      • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

      • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

      Parameters:
      inputType - The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

      The allowed values are:

      • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

      • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • inputType

      The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

      The allowed values are:

      • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

      • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

      Parameters:
      inputType - The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior.

      The allowed values are:

      • HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments).

      • CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • eTag

      The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.

      Parameters:
      eTag - The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The comma-separated list of tag key:value pairs assigned to the channel.

      Parameters:
      tags - The comma-separated list of tag key:value pairs assigned to the channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputSwitchConfiguration

      CreateChannelResponse.Builder inputSwitchConfiguration(InputSwitchConfiguration inputSwitchConfiguration)

      The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive. This setting is valid only when InputType is CMAF.

      Parameters:
      inputSwitchConfiguration - The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive. This setting is valid only when InputType is CMAF.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inputSwitchConfiguration

      default CreateChannelResponse.Builder inputSwitchConfiguration(Consumer<InputSwitchConfiguration.Builder> inputSwitchConfiguration)

      The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive. This setting is valid only when InputType is CMAF.

      This is a convenience method that creates an instance of the InputSwitchConfiguration.Builder avoiding the need to create one manually via InputSwitchConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to inputSwitchConfiguration(InputSwitchConfiguration).

      Parameters:
      inputSwitchConfiguration - a consumer that will call methods on InputSwitchConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outputHeaderConfiguration

      CreateChannelResponse.Builder outputHeaderConfiguration(OutputHeaderConfiguration outputHeaderConfiguration)

      The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. This setting is valid only when InputType is CMAF.

      Parameters:
      outputHeaderConfiguration - The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. This setting is valid only when InputType is CMAF.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputHeaderConfiguration

      default CreateChannelResponse.Builder outputHeaderConfiguration(Consumer<OutputHeaderConfiguration.Builder> outputHeaderConfiguration)

      The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. This setting is valid only when InputType is CMAF.

      This is a convenience method that creates an instance of the OutputHeaderConfiguration.Builder avoiding the need to create one manually via OutputHeaderConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to outputHeaderConfiguration(OutputHeaderConfiguration).

      Parameters:
      outputHeaderConfiguration - a consumer that will call methods on OutputHeaderConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: