public static final class CfnChannel.OutputDestinationSettingsProperty.Builder
extends java.lang.Object
CfnChannel.OutputDestinationSettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.OutputDestinationSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.OutputDestinationSettingsProperty.Builder |
passwordParam(java.lang.String passwordParam)
Sets the value of
CfnChannel.OutputDestinationSettingsProperty.getPasswordParam() |
CfnChannel.OutputDestinationSettingsProperty.Builder |
streamName(java.lang.String streamName)
Sets the value of
CfnChannel.OutputDestinationSettingsProperty.getStreamName() |
CfnChannel.OutputDestinationSettingsProperty.Builder |
url(java.lang.String url)
Sets the value of
CfnChannel.OutputDestinationSettingsProperty.getUrl() |
CfnChannel.OutputDestinationSettingsProperty.Builder |
username(java.lang.String username)
Sets the value of
CfnChannel.OutputDestinationSettingsProperty.getUsername() |
public CfnChannel.OutputDestinationSettingsProperty.Builder passwordParam(java.lang.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
public CfnChannel.OutputDestinationSettingsProperty.Builder streamName(java.lang.String streamName)
CfnChannel.OutputDestinationSettingsProperty.getStreamName()
streamName
- The stream name for the content.
This applies only to RTMP outputs.this
public CfnChannel.OutputDestinationSettingsProperty.Builder url(java.lang.String url)
CfnChannel.OutputDestinationSettingsProperty.getUrl()
url
- The URL for the destination.this
public CfnChannel.OutputDestinationSettingsProperty.Builder username(java.lang.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
public CfnChannel.OutputDestinationSettingsProperty build()
CfnChannel.OutputDestinationSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided