Uses of Class
software.amazon.awscdk.services.mediaconnect.alpha.Flow.Builder
Packages that use Flow.Builder
Package
Description
AWS::MediaConnect Construct Library
-
Uses of Flow.Builder in software.amazon.awscdk.services.mediaconnect.alpha
Methods in software.amazon.awscdk.services.mediaconnect.alpha that return Flow.BuilderModifier and TypeMethodDescriptionFlow.Builder.availabilityZone(String availabilityZone) (experimental) The Availability Zone that you want to create the flow in.static Flow.BuilderFlow.Builder.encodingConfig(EncodingConfig encodingConfig) (experimental) Encoding configuration applied to the NDI source when transcoding it to a transport stream for downstream distribution.(experimental) The name of the flow.(experimental) Determines the processing capacity and feature set of the flow.Flow.Builder.maintenance(MaintenanceWindow maintenance) (experimental) The maintenance window for the flow.Flow.Builder.mediaStreams(List<? extends MediaStream> mediaStreams) (experimental) The media streams that are associated with the flow.(experimental) Specifies the configuration settings for a flow's NDI source or output.Flow.Builder.source(SourceConfiguration source) (experimental) The settings for the source that you want to use for the new flow.Flow.Builder.sourceFailoverConfig(FailoverConfig sourceFailoverConfig) (experimental) The settings for source failover.Flow.Builder.sourceMonitoringConfig(SourceMonitoringConfig sourceMonitoringConfig) (experimental) The settings for source monitoring.Flow.Builder.vpcInterfaces(List<? extends VpcInterfaceConfig> vpcInterfaces) (experimental) The VPC Interfaces for this flow.