Interface PipelineDetail.Builder

  • Method Details

    • activeInputAttachmentName

      PipelineDetail.Builder activeInputAttachmentName(String activeInputAttachmentName)
      The name of the active input attachment currently being ingested by this pipeline.
      Parameters:
      activeInputAttachmentName - The name of the active input attachment currently being ingested by this pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activeInputSwitchActionName

      PipelineDetail.Builder activeInputSwitchActionName(String activeInputSwitchActionName)
      The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline.
      Parameters:
      activeInputSwitchActionName - The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activeMotionGraphicsActionName

      PipelineDetail.Builder activeMotionGraphicsActionName(String activeMotionGraphicsActionName)
      The name of the motion graphics activate action that occurred most recently and that resulted in the current graphics URI for this pipeline.
      Parameters:
      activeMotionGraphicsActionName - The name of the motion graphics activate action that occurred most recently and that resulted in the current graphics URI for this pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activeMotionGraphicsUri

      PipelineDetail.Builder activeMotionGraphicsUri(String activeMotionGraphicsUri)
      The current URI being used for HTML5 motion graphics for this pipeline.
      Parameters:
      activeMotionGraphicsUri - The current URI being used for HTML5 motion graphics for this pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pipelineId

      PipelineDetail.Builder pipelineId(String pipelineId)
      Pipeline ID
      Parameters:
      pipelineId - Pipeline ID
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelEngineVersion

      PipelineDetail.Builder channelEngineVersion(ChannelEngineVersionResponse channelEngineVersion)
      Current engine version of the encoder for this pipeline.
      Parameters:
      channelEngineVersion - Current engine version of the encoder for this pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelEngineVersion

      default PipelineDetail.Builder channelEngineVersion(Consumer<ChannelEngineVersionResponse.Builder> channelEngineVersion)
      Current engine version of the encoder for this pipeline. This is a convenience method that creates an instance of the ChannelEngineVersionResponse.Builder avoiding the need to create one manually via ChannelEngineVersionResponse.builder().

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

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