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