Class CfnInputPropsMixin.InputDestinationRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnInputPropsMixin.InputDestinationRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInputPropsMixin.InputDestinationRequestProperty>
- Enclosing interface:
CfnInputPropsMixin.InputDestinationRequestProperty
@Stability(Stable)
public static final class CfnInputPropsMixin.InputDestinationRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInputPropsMixin.InputDestinationRequestProperty>
A builder for
CfnInputPropsMixin.InputDestinationRequestProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnInputPropsMixin.InputDestinationRequestProperty.getNetwork()networkRoutes(List<? extends Object> networkRoutes) Sets the value ofCfnInputPropsMixin.InputDestinationRequestProperty.getNetworkRoutes()networkRoutes(IResolvable networkRoutes) Sets the value ofCfnInputPropsMixin.InputDestinationRequestProperty.getNetworkRoutes()staticIpAddress(String staticIpAddress) Sets the value ofCfnInputPropsMixin.InputDestinationRequestProperty.getStaticIpAddress()streamName(String streamName) Sets the value ofCfnInputPropsMixin.InputDestinationRequestProperty.getStreamName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
network
@Stability(Stable) public CfnInputPropsMixin.InputDestinationRequestProperty.Builder network(String network) Sets the value ofCfnInputPropsMixin.InputDestinationRequestProperty.getNetwork()- Parameters:
network- the value to be set.- Returns:
this
-
networkRoutes
@Stability(Stable) public CfnInputPropsMixin.InputDestinationRequestProperty.Builder networkRoutes(IResolvable networkRoutes) Sets the value ofCfnInputPropsMixin.InputDestinationRequestProperty.getNetworkRoutes()- Parameters:
networkRoutes- the value to be set.- Returns:
this
-
networkRoutes
@Stability(Stable) public CfnInputPropsMixin.InputDestinationRequestProperty.Builder networkRoutes(List<? extends Object> networkRoutes) Sets the value ofCfnInputPropsMixin.InputDestinationRequestProperty.getNetworkRoutes()- Parameters:
networkRoutes- the value to be set.- Returns:
this
-
staticIpAddress
@Stability(Stable) public CfnInputPropsMixin.InputDestinationRequestProperty.Builder staticIpAddress(String staticIpAddress) Sets the value ofCfnInputPropsMixin.InputDestinationRequestProperty.getStaticIpAddress()- Parameters:
staticIpAddress- the value to be set.- Returns:
this
-
streamName
@Stability(Stable) public CfnInputPropsMixin.InputDestinationRequestProperty.Builder streamName(String streamName) Sets the value ofCfnInputPropsMixin.InputDestinationRequestProperty.getStreamName()- Parameters:
streamName- The stream name (application name/application instance) for the location the RTMP source content will be pushed to in MediaLive.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInputPropsMixin.InputDestinationRequestProperty>- Returns:
- a new instance of
CfnInputPropsMixin.InputDestinationRequestProperty - Throws:
NullPointerException- if any required attribute was not provided
-