Uses of Class
software.amazon.awscdk.services.mediaconnect.CfnFlow.Builder
Packages that use CfnFlow.Builder
Package
Description
AWS::MediaConnect Construct Library
-
Uses of CfnFlow.Builder in software.amazon.awscdk.services.mediaconnect
Methods in software.amazon.awscdk.services.mediaconnect that return CfnFlow.BuilderModifier and TypeMethodDescriptionCfnFlow.Builder.availabilityZone(String availabilityZone) The Availability Zone that you want to create the flow in.static CfnFlow.BuilderCfnFlow.Builder.maintenance(IResolvable maintenance) The maintenance settings you want to use for the flow.CfnFlow.Builder.maintenance(CfnFlow.MaintenanceProperty maintenance) The maintenance settings you want to use for the flow.CfnFlow.Builder.mediaStreams(List<? extends Object> mediaStreams) The media streams associated with the flow.CfnFlow.Builder.mediaStreams(IResolvable mediaStreams) The media streams associated with the flow.The name of the flow.CfnFlow.Builder.source(IResolvable source) The settings for the source that you want to use for the new flow.CfnFlow.Builder.source(CfnFlow.SourceProperty source) The settings for the source that you want to use for the new flow.CfnFlow.Builder.sourceFailoverConfig(IResolvable sourceFailoverConfig) The settings for source failover.CfnFlow.Builder.sourceFailoverConfig(CfnFlow.FailoverConfigProperty sourceFailoverConfig) The settings for source failover.CfnFlow.Builder.sourceMonitoringConfig(IResolvable sourceMonitoringConfig) The settings for source monitoring.CfnFlow.Builder.sourceMonitoringConfig(CfnFlow.SourceMonitoringConfigProperty sourceMonitoringConfig) The settings for source monitoring.CfnFlow.Builder.vpcInterfaces(List<? extends Object> vpcInterfaces) The VPC interfaces that you added to this flow.CfnFlow.Builder.vpcInterfaces(IResolvable vpcInterfaces) The VPC interfaces that you added to this flow.