Class FlowOutputProps.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.FlowOutputProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FlowOutputProps>
- Enclosing interface:
FlowOutputProps
@Stability(Experimental)
public static final class FlowOutputProps.Builder
extends Object
implements software.amazon.jsii.Builder<FlowOutputProps>
A builder for
FlowOutputProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofFlowOutputProps.getDescription()Sets the value ofFlowOutputProps.getFlow()flowOutputName(String flowOutputName) Sets the value ofFlowOutputProps.getFlowOutputName()output(OutputConfiguration output) Sets the value ofFlowOutputProps.getOutput()outputStatus(State outputStatus) Sets the value ofFlowOutputProps.getOutputStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flow
Sets the value ofFlowOutputProps.getFlow()- Parameters:
flow- The flow this output is attached to. This parameter is required.- Returns:
this
-
output
Sets the value ofFlowOutputProps.getOutput()- Parameters:
output- Output configuration. This parameter is required.- Returns:
this
-
description
Sets the value ofFlowOutputProps.getDescription()- Parameters:
description- A description of the output. This description appears only on the MediaConnect console and will not be seen by the end user.- Returns:
this
-
flowOutputName
Sets the value ofFlowOutputProps.getFlowOutputName()- Parameters:
flowOutputName- The name of the output.- Returns:
this
-
outputStatus
Sets the value ofFlowOutputProps.getOutputStatus()- Parameters:
outputStatus- An indication of whether the output should transmit data or not.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FlowOutputProps>- Returns:
- a new instance of
FlowOutputProps - Throws:
NullPointerException- if any required attribute was not provided
-