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