Class CfnFlowOutputMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowOutputMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowOutputMixinProps>
- Enclosing interface:
CfnFlowOutputMixinProps
@Stability(Stable)
public static final class CfnFlowOutputMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowOutputMixinProps>
A builder for
CfnFlowOutputMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.cidrAllowList(List<String> cidrAllowList) Sets the value ofCfnFlowOutputMixinProps.getCidrAllowList()description(String description) Sets the value ofCfnFlowOutputMixinProps.getDescription()destination(String destination) Sets the value ofCfnFlowOutputMixinProps.getDestination()encryption(CfnFlowOutputPropsMixin.EncryptionProperty encryption) Sets the value ofCfnFlowOutputMixinProps.getEncryption()encryption(IResolvable encryption) Sets the value ofCfnFlowOutputMixinProps.getEncryption()Sets the value ofCfnFlowOutputMixinProps.getFlowArn()maxLatency(Number maxLatency) Sets the value ofCfnFlowOutputMixinProps.getMaxLatency()mediaStreamOutputConfigurations(List<? extends Object> mediaStreamOutputConfigurations) Sets the value ofCfnFlowOutputMixinProps.getMediaStreamOutputConfigurations()mediaStreamOutputConfigurations(IResolvable mediaStreamOutputConfigurations) Sets the value ofCfnFlowOutputMixinProps.getMediaStreamOutputConfigurations()minLatency(Number minLatency) Sets the value ofCfnFlowOutputMixinProps.getMinLatency()Sets the value ofCfnFlowOutputMixinProps.getName()ndiProgramName(String ndiProgramName) Sets the value ofCfnFlowOutputMixinProps.getNdiProgramName()ndiSpeedHqQuality(Number ndiSpeedHqQuality) Sets the value ofCfnFlowOutputMixinProps.getNdiSpeedHqQuality()outputStatus(String outputStatus) Sets the value ofCfnFlowOutputMixinProps.getOutputStatus()Sets the value ofCfnFlowOutputMixinProps.getPort()Sets the value ofCfnFlowOutputMixinProps.getProtocol()Sets the value ofCfnFlowOutputMixinProps.getRemoteId()routerIntegrationState(String routerIntegrationState) Sets the value ofCfnFlowOutputMixinProps.getRouterIntegrationState()routerIntegrationTransitEncryption(CfnFlowOutputPropsMixin.FlowTransitEncryptionProperty routerIntegrationTransitEncryption) Sets the value ofCfnFlowOutputMixinProps.getRouterIntegrationTransitEncryption()routerIntegrationTransitEncryption(IResolvable routerIntegrationTransitEncryption) Sets the value ofCfnFlowOutputMixinProps.getRouterIntegrationTransitEncryption()smoothingLatency(Number smoothingLatency) Sets the value ofCfnFlowOutputMixinProps.getSmoothingLatency()Sets the value ofCfnFlowOutputMixinProps.getStreamId()vpcInterfaceAttachment(CfnFlowOutputPropsMixin.VpcInterfaceAttachmentProperty vpcInterfaceAttachment) Sets the value ofCfnFlowOutputMixinProps.getVpcInterfaceAttachment()vpcInterfaceAttachment(IResolvable vpcInterfaceAttachment) Sets the value ofCfnFlowOutputMixinProps.getVpcInterfaceAttachment()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
cidrAllowList
Sets the value ofCfnFlowOutputMixinProps.getCidrAllowList()- Parameters:
cidrAllowList- The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.- Returns:
this
-
description
Sets the value ofCfnFlowOutputMixinProps.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
-
destination
Sets the value ofCfnFlowOutputMixinProps.getDestination()- Parameters:
destination- The IP address where you want to send the output.- Returns:
this
-
encryption
Sets the value ofCfnFlowOutputMixinProps.getEncryption()- Parameters:
encryption- The type of key used for the encryption. If nokeyTypeis provided, the service will use the default setting (static-key). Allowable encryption types: static-key.- Returns:
this
-
encryption
@Stability(Stable) public CfnFlowOutputMixinProps.Builder encryption(CfnFlowOutputPropsMixin.EncryptionProperty encryption) Sets the value ofCfnFlowOutputMixinProps.getEncryption()- Parameters:
encryption- The type of key used for the encryption. If nokeyTypeis provided, the service will use the default setting (static-key). Allowable encryption types: static-key.- Returns:
this
-
flowArn
Sets the value ofCfnFlowOutputMixinProps.getFlowArn()- Parameters:
flowArn- The Amazon Resource Name (ARN) of the flow this output is attached to.- Returns:
this
-
maxLatency
Sets the value ofCfnFlowOutputMixinProps.getMaxLatency()- Parameters:
maxLatency- The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.- Returns:
this
-
mediaStreamOutputConfigurations
@Stability(Stable) public CfnFlowOutputMixinProps.Builder mediaStreamOutputConfigurations(IResolvable mediaStreamOutputConfigurations) Sets the value ofCfnFlowOutputMixinProps.getMediaStreamOutputConfigurations()- Parameters:
mediaStreamOutputConfigurations- The media streams that are associated with the output, and the parameters for those associations.- Returns:
this
-
mediaStreamOutputConfigurations
@Stability(Stable) public CfnFlowOutputMixinProps.Builder mediaStreamOutputConfigurations(List<? extends Object> mediaStreamOutputConfigurations) Sets the value ofCfnFlowOutputMixinProps.getMediaStreamOutputConfigurations()- Parameters:
mediaStreamOutputConfigurations- The media streams that are associated with the output, and the parameters for those associations.- Returns:
this
-
minLatency
Sets the value ofCfnFlowOutputMixinProps.getMinLatency()- Parameters:
minLatency- The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.- Returns:
this
-
name
Sets the value ofCfnFlowOutputMixinProps.getName()- Parameters:
name- The name of the bridge's output.- Returns:
this
-
ndiProgramName
Sets the value ofCfnFlowOutputMixinProps.getNdiProgramName()- Parameters:
ndiProgramName- A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.- Returns:
this
-
ndiSpeedHqQuality
@Stability(Stable) public CfnFlowOutputMixinProps.Builder ndiSpeedHqQuality(Number ndiSpeedHqQuality) Sets the value ofCfnFlowOutputMixinProps.getNdiSpeedHqQuality()- Parameters:
ndiSpeedHqQuality- A quality setting for the NDI Speed HQ encoder.- Returns:
this
-
outputStatus
Sets the value ofCfnFlowOutputMixinProps.getOutputStatus()- Parameters:
outputStatus- An indication of whether the output should transmit data or not.- Returns:
this
-
port
Sets the value ofCfnFlowOutputMixinProps.getPort()- Parameters:
port- The port to use when content is distributed to this output.- Returns:
this
-
protocol
Sets the value ofCfnFlowOutputMixinProps.getProtocol()- Parameters:
protocol- The protocol to use for the output.AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
- Returns:
this
-
remoteId
Sets the value ofCfnFlowOutputMixinProps.getRemoteId()- Parameters:
remoteId- The remote ID for the Zixi-pull stream.- Returns:
this
-
routerIntegrationState
@Stability(Stable) public CfnFlowOutputMixinProps.Builder routerIntegrationState(String routerIntegrationState) Sets the value ofCfnFlowOutputMixinProps.getRouterIntegrationState()- Parameters:
routerIntegrationState- the value to be set.- Returns:
this
-
routerIntegrationTransitEncryption
@Stability(Stable) public CfnFlowOutputMixinProps.Builder routerIntegrationTransitEncryption(IResolvable routerIntegrationTransitEncryption) Sets the value ofCfnFlowOutputMixinProps.getRouterIntegrationTransitEncryption()- Parameters:
routerIntegrationTransitEncryption- Encryption information.- Returns:
this
-
routerIntegrationTransitEncryption
@Stability(Stable) public CfnFlowOutputMixinProps.Builder routerIntegrationTransitEncryption(CfnFlowOutputPropsMixin.FlowTransitEncryptionProperty routerIntegrationTransitEncryption) Sets the value ofCfnFlowOutputMixinProps.getRouterIntegrationTransitEncryption()- Parameters:
routerIntegrationTransitEncryption- Encryption information.- Returns:
this
-
smoothingLatency
Sets the value ofCfnFlowOutputMixinProps.getSmoothingLatency()- Parameters:
smoothingLatency- The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.- Returns:
this
-
streamId
Sets the value ofCfnFlowOutputMixinProps.getStreamId()- Parameters:
streamId- The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.- Returns:
this
-
vpcInterfaceAttachment
@Stability(Stable) public CfnFlowOutputMixinProps.Builder vpcInterfaceAttachment(IResolvable vpcInterfaceAttachment) Sets the value ofCfnFlowOutputMixinProps.getVpcInterfaceAttachment()- Parameters:
vpcInterfaceAttachment- The name of the VPC interface attachment to use for this output.- Returns:
this
-
vpcInterfaceAttachment
@Stability(Stable) public CfnFlowOutputMixinProps.Builder vpcInterfaceAttachment(CfnFlowOutputPropsMixin.VpcInterfaceAttachmentProperty vpcInterfaceAttachment) Sets the value ofCfnFlowOutputMixinProps.getVpcInterfaceAttachment()- Parameters:
vpcInterfaceAttachment- The name of the VPC interface attachment to use for this output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowOutputMixinProps>- Returns:
- a new instance of
CfnFlowOutputMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-