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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineDetail.BuilderactiveInputAttachmentName(String activeInputAttachmentName)The name of the active input attachment currently being ingested by this pipeline.PipelineDetail.BuilderactiveInputSwitchActionName(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.PipelineDetail.BuilderactiveMotionGraphicsActionName(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.PipelineDetail.BuilderactiveMotionGraphicsUri(String activeMotionGraphicsUri)The current URI being used for HTML5 motion graphics for this pipeline.PipelineDetail.BuilderpipelineId(String pipelineId)Pipeline ID-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-