Interface SrtOutputDestinationSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SrtOutputDestinationSettings.Builder,SrtOutputDestinationSettings>,SdkBuilder<SrtOutputDestinationSettings.Builder,SrtOutputDestinationSettings>,SdkPojo
- Enclosing class:
- SrtOutputDestinationSettings
public static interface SrtOutputDestinationSettings.Builder extends SdkPojo, CopyableBuilder<SrtOutputDestinationSettings.Builder,SrtOutputDestinationSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SrtOutputDestinationSettings.BuilderencryptionPassphraseSecretArn(String encryptionPassphraseSecretArn)Arn used to extract the password from Secrets ManagerSrtOutputDestinationSettings.BuilderstreamId(String streamId)Stream id for SRT destinations (URLs of type srt://)SrtOutputDestinationSettings.Builderurl(String url)A URL specifying a destination-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
encryptionPassphraseSecretArn
SrtOutputDestinationSettings.Builder encryptionPassphraseSecretArn(String encryptionPassphraseSecretArn)
Arn used to extract the password from Secrets Manager- Parameters:
encryptionPassphraseSecretArn- Arn used to extract the password from Secrets Manager- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamId
SrtOutputDestinationSettings.Builder streamId(String streamId)
Stream id for SRT destinations (URLs of type srt://)- Parameters:
streamId- Stream id for SRT destinations (URLs of type srt://)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
SrtOutputDestinationSettings.Builder url(String url)
A URL specifying a destination- Parameters:
url- A URL specifying a destination- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-