Class CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.connectionMode(String connectionMode) encryptionPassphraseSecretArn(String encryptionPassphraseSecretArn) listenerPort(Number listenerPort) Sets the value ofCfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.getStreamId()Sets the value ofCfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
connectionMode
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.Builder connectionMode(String connectionMode) - Parameters:
connectionMode- the value to be set.- Returns:
this
-
encryptionPassphraseSecretArn
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.Builder encryptionPassphraseSecretArn(String encryptionPassphraseSecretArn) Sets the value ofCfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.getEncryptionPassphraseSecretArn()- Parameters:
encryptionPassphraseSecretArn- the value to be set.- Returns:
this
-
listenerPort
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.Builder listenerPort(Number listenerPort) - Parameters:
listenerPort- the value to be set.- Returns:
this
-
streamId
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.Builder streamId(String streamId) Sets the value ofCfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.getStreamId()- Parameters:
streamId- the value to be set.- Returns:
this
-
url
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.Builder url(String url) Sets the value ofCfnChannelPropsMixin.SrtOutputDestinationSettingsProperty.getUrl()- Parameters:
url- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.SrtOutputDestinationSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-