@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 - `CfnChannel.OutputDestinationSettingsProperty.PasswordParam`.this@Stability(value=Stable) public CfnChannel.OutputDestinationSettingsProperty.Builder streamName(String streamName)
CfnChannel.OutputDestinationSettingsProperty.getStreamName()streamName - `CfnChannel.OutputDestinationSettingsProperty.StreamName`.this@Stability(value=Stable) public CfnChannel.OutputDestinationSettingsProperty.Builder url(String url)
CfnChannel.OutputDestinationSettingsProperty.getUrl()url - `CfnChannel.OutputDestinationSettingsProperty.Url`.this@Stability(value=Stable) public CfnChannel.OutputDestinationSettingsProperty.Builder username(String username)
CfnChannel.OutputDestinationSettingsProperty.getUsername()username - `CfnChannel.OutputDestinationSettingsProperty.Username`.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 © 2021. All rights reserved.