Class CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty>
- Enclosing interface:
CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.flowOutputArn(String flowOutputArn) sourceTransitDecryption(IResolvable sourceTransitDecryption) sourceTransitDecryption(CfnRouterInput.FlowTransitEncryptionProperty sourceTransitDecryption)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
sourceTransitDecryption
@Stability(Stable) public CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Builder sourceTransitDecryption(IResolvable sourceTransitDecryption) Sets the value ofCfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.getSourceTransitDecryption()- Parameters:
sourceTransitDecryption- The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow. This parameter is required.- Returns:
this
-
sourceTransitDecryption
@Stability(Stable) public CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Builder sourceTransitDecryption(CfnRouterInput.FlowTransitEncryptionProperty sourceTransitDecryption) Sets the value ofCfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.getSourceTransitDecryption()- Parameters:
sourceTransitDecryption- The configuration that defines how content is encrypted during transit between the MediaConnect router and a MediaConnect flow. This parameter is required.- Returns:
this
-
flowArn
@Stability(Stable) public CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Builder flowArn(String flowArn) - Parameters:
flowArn- The ARN of the flow to connect to.- Returns:
this
-
flowOutputArn
@Stability(Stable) public CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.Builder flowOutputArn(String flowOutputArn) Sets the value ofCfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty.getFlowOutputArn()- Parameters:
flowOutputArn- The ARN of the flow output to connect to this router input.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty>- Returns:
- a new instance of
CfnRouterInput.MediaConnectFlowRouterInputConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-