Class IngestStreamDistributionChannelResult.Builder
- java.lang.Object
-
- com.oracle.bmc.mediaservices.model.IngestStreamDistributionChannelResult.Builder
-
- Enclosing class:
- IngestStreamDistributionChannelResult
public static class IngestStreamDistributionChannelResult.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngestStreamDistributionChannelResult
build()
IngestStreamDistributionChannelResult.Builder
copy(IngestStreamDistributionChannelResult model)
IngestStreamDistributionChannelResult.Builder
mediaWorkflowJobId(String mediaWorkflowJobId)
Identifier of the Ingest Workflow Job created.
-
-
-
Method Detail
-
mediaWorkflowJobId
public IngestStreamDistributionChannelResult.Builder mediaWorkflowJobId(String mediaWorkflowJobId)
Identifier of the Ingest Workflow Job created.- Parameters:
mediaWorkflowJobId
- the value to set- Returns:
- this builder
-
build
public IngestStreamDistributionChannelResult build()
-
copy
public IngestStreamDistributionChannelResult.Builder copy(IngestStreamDistributionChannelResult model)
-
-