Uses of Class
software.amazon.awscdk.services.medialive.CfnInputProps.Builder
Package
Description
AWS Elemental MediaLive Construct Library
-
Uses of CfnInputProps.Builder in software.amazon.awscdk.services.medialive
Modifier and TypeMethodDescriptionstatic CfnInputProps.Builder
CfnInputProps.builder()
CfnInputProps.Builder.destinations
(List<? extends Object> destinations) Sets the value ofCfnInputProps.getDestinations()
CfnInputProps.Builder.destinations
(IResolvable destinations) Sets the value ofCfnInputProps.getDestinations()
CfnInputProps.Builder.inputDevices
(List<? extends Object> inputDevices) Sets the value ofCfnInputProps.getInputDevices()
CfnInputProps.Builder.inputDevices
(IResolvable inputDevices) Sets the value ofCfnInputProps.getInputDevices()
CfnInputProps.Builder.inputSecurityGroups
(List<String> inputSecurityGroups) Sets the value ofCfnInputProps.getInputSecurityGroups()
CfnInputProps.Builder.mediaConnectFlows
(List<? extends Object> mediaConnectFlows) Sets the value ofCfnInputProps.getMediaConnectFlows()
CfnInputProps.Builder.mediaConnectFlows
(IResolvable mediaConnectFlows) Sets the value ofCfnInputProps.getMediaConnectFlows()
Sets the value ofCfnInputProps.getName()
Sets the value ofCfnInputProps.getRoleArn()
Sets the value ofCfnInputProps.getSources()
CfnInputProps.Builder.sources
(IResolvable sources) Sets the value ofCfnInputProps.getSources()
CfnInputProps.Builder.srtSettings
(IResolvable srtSettings) Sets the value ofCfnInputProps.getSrtSettings()
CfnInputProps.Builder.srtSettings
(CfnInput.SrtSettingsRequestProperty srtSettings) Sets the value ofCfnInputProps.getSrtSettings()
Sets the value ofCfnInputProps.getTags()
Sets the value ofCfnInputProps.getType()
CfnInputProps.Builder.vpc
(IResolvable vpc) Sets the value ofCfnInputProps.getVpc()
CfnInputProps.Builder.vpc
(CfnInput.InputVpcRequestProperty vpc) Sets the value ofCfnInputProps.getVpc()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnInputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnInputProps.Builder
.