Interface PipelineDetail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PipelineDetail.Builder,PipelineDetail>, SdkBuilder<PipelineDetail.Builder,PipelineDetail>, SdkPojo
Enclosing class:
PipelineDetail

public static interface PipelineDetail.Builder extends SdkPojo, CopyableBuilder<PipelineDetail.Builder,PipelineDetail>
  • 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.