@Stability(value=Stable) public static final class CfnChannel.OutputDestinationSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.OutputDestinationSettingsProperty>
CfnChannel.OutputDestinationSettingsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnChannel.OutputDestinationSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.OutputDestinationSettingsProperty.Builder |
passwordParam(String passwordParam)
Sets the value of
CfnChannel.OutputDestinationSettingsProperty.getPasswordParam() |
CfnChannel.OutputDestinationSettingsProperty.Builder |
streamName(String streamName)
Sets the value of
CfnChannel.OutputDestinationSettingsProperty.getStreamName() |
CfnChannel.OutputDestinationSettingsProperty.Builder |
url(String url)
Sets the value of
CfnChannel.OutputDestinationSettingsProperty.getUrl() |
CfnChannel.OutputDestinationSettingsProperty.Builder |
username(String username)
Sets the value of
CfnChannel.OutputDestinationSettingsProperty.getUsername() |
@Stability(value=Stable) public CfnChannel.OutputDestinationSettingsProperty.Builder passwordParam(String passwordParam)
CfnChannel.OutputDestinationSettingsProperty.getPasswordParam()passwordParam - The password parameter that holds the password for accessing the downstream system.
This password parameter applies only if the downstream system requires credentials.this@Stability(value=Stable) public CfnChannel.OutputDestinationSettingsProperty.Builder streamName(String streamName)
CfnChannel.OutputDestinationSettingsProperty.getStreamName()streamName - The stream name for the content.
This applies only to RTMP outputs.this@Stability(value=Stable) public CfnChannel.OutputDestinationSettingsProperty.Builder url(String url)
CfnChannel.OutputDestinationSettingsProperty.getUrl()url - The URL for the destination.this@Stability(value=Stable) public CfnChannel.OutputDestinationSettingsProperty.Builder username(String username)
CfnChannel.OutputDestinationSettingsProperty.getUsername()username - The user name to connect to the downstream system.
This applies only if the downstream system requires credentials.this@Stability(value=Stable) public CfnChannel.OutputDestinationSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.OutputDestinationSettingsProperty>CfnChannel.OutputDestinationSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.