Class AddFlowOutputOptions.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.AddFlowOutputOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AddFlowOutputOptions>
- Enclosing interface:
AddFlowOutputOptions
@Stability(Experimental)
public static final class AddFlowOutputOptions.Builder
extends Object
implements software.amazon.jsii.Builder<AddFlowOutputOptions>
A builder for
AddFlowOutputOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofAddFlowOutputOptions.getDescription()flowOutputName(String flowOutputName) Sets the value ofAddFlowOutputOptions.getFlowOutputName()output(OutputConfiguration output) Sets the value ofAddFlowOutputOptions.getOutput()outputStatus(State outputStatus) Sets the value ofAddFlowOutputOptions.getOutputStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
output
Sets the value ofAddFlowOutputOptions.getOutput()- Parameters:
output- The output configuration. This parameter is required.- Returns:
this
-
description
Sets the value ofAddFlowOutputOptions.getDescription()- Parameters:
description- A description of the output.- Returns:
this
-
flowOutputName
Sets the value ofAddFlowOutputOptions.getFlowOutputName()- Parameters:
flowOutputName- The name of the flow output.- Returns:
this
-
outputStatus
Sets the value ofAddFlowOutputOptions.getOutputStatus()- Parameters:
outputStatus- Whether the output is enabled.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AddFlowOutputOptions>- Returns:
- a new instance of
AddFlowOutputOptions - Throws:
NullPointerException- if any required attribute was not provided
-