Class MediaConnectFlowConfigurationProps.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.alpha.MediaConnectFlowConfigurationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MediaConnectFlowConfigurationProps>
- Enclosing interface:
MediaConnectFlowConfigurationProps
@Stability(Experimental)
public static final class MediaConnectFlowConfigurationProps.Builder
extends Object
implements software.amazon.jsii.Builder<MediaConnectFlowConfigurationProps>
A builder for
MediaConnectFlowConfigurationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofMediaConnectFlowConfigurationProps.getFlow()flowOutput(IFlowOutput flowOutput) Sets the value ofMediaConnectFlowConfigurationProps.getFlowOutput()sourceTransitDecryption(TransitEncryption sourceTransitDecryption) Sets the value ofMediaConnectFlowConfigurationProps.getSourceTransitDecryption()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
flow
Sets the value ofMediaConnectFlowConfigurationProps.getFlow()- Parameters:
flow- The MediaConnect flow to use as input. This parameter is required.- Returns:
this
-
flowOutput
@Stability(Experimental) public MediaConnectFlowConfigurationProps.Builder flowOutput(IFlowOutput flowOutput) Sets the value ofMediaConnectFlowConfigurationProps.getFlowOutput()- Parameters:
flowOutput- The flow output that feeds this router input. This parameter is required.- Returns:
this
-
sourceTransitDecryption
@Stability(Experimental) public MediaConnectFlowConfigurationProps.Builder sourceTransitDecryption(TransitEncryption sourceTransitDecryption) Sets the value ofMediaConnectFlowConfigurationProps.getSourceTransitDecryption()- Parameters:
sourceTransitDecryption- Optional transit encryption configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MediaConnectFlowConfigurationProps>- Returns:
- a new instance of
MediaConnectFlowConfigurationProps - Throws:
NullPointerException- if any required attribute was not provided
-