Class CfnInput.InputDestinationRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnInput.InputDestinationRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInput.InputDestinationRequestProperty>
- Enclosing interface:
- CfnInput.InputDestinationRequestProperty
@Stability(Stable)
public static final class CfnInput.InputDestinationRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInput.InputDestinationRequestProperty>
A builder for
CfnInput.InputDestinationRequestProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.streamName
(String streamName) Sets the value ofCfnInput.InputDestinationRequestProperty.getStreamName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
streamName
@Stability(Stable) public CfnInput.InputDestinationRequestProperty.Builder streamName(String streamName) Sets the value ofCfnInput.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnInput.InputDestinationRequestProperty>
- Returns:
- a new instance of
CfnInput.InputDestinationRequestProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-