public static final class CfnChannel.InputLocationProperty.Builder
extends java.lang.Object
CfnChannel.InputLocationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.InputLocationProperty |
build()
Builds the configured instance.
|
CfnChannel.InputLocationProperty.Builder |
passwordParam(java.lang.String passwordParam)
Sets the value of
CfnChannel.InputLocationProperty.getPasswordParam() |
CfnChannel.InputLocationProperty.Builder |
uri(java.lang.String uri)
Sets the value of
CfnChannel.InputLocationProperty.getUri() |
CfnChannel.InputLocationProperty.Builder |
username(java.lang.String username)
Sets the value of
CfnChannel.InputLocationProperty.getUsername() |
public CfnChannel.InputLocationProperty.Builder passwordParam(java.lang.String passwordParam)
CfnChannel.InputLocationProperty.getPasswordParam()
passwordParam
- The password parameter that holds the password for accessing the downstream system.
This applies only if the downstream system requires credentials.this
public CfnChannel.InputLocationProperty.Builder uri(java.lang.String uri)
CfnChannel.InputLocationProperty.getUri()
uri
- The URI should be a path to a file that is accessible to the Live system (for example, an http:// URI) depending on the output type.
For example, an RTMP destination should have a URI similar to rtmp://fmsserver/live.this
public CfnChannel.InputLocationProperty.Builder username(java.lang.String username)
CfnChannel.InputLocationProperty.getUsername()
username
- The user name to connect to the downstream system.
This applies only if the downstream system requires credentials.this
public CfnChannel.InputLocationProperty build()
CfnChannel.InputLocationProperty
java.lang.NullPointerException
- if any required attribute was not provided