Interface Srt.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Srt.Builder,
,Srt> SdkBuilder<Srt.Builder,
,Srt> SdkPojo
- Enclosing class:
Srt
-
Method Summary
Modifier and TypeMethodDescriptionThe endpoint to be used when streaming with IVS using the SRT protocol.passphrase
(String passphrase) Auto-generated passphrase to enable encryption.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, sdkFields
-
Method Details
-
endpoint
The endpoint to be used when streaming with IVS using the SRT protocol.
- Parameters:
endpoint
- The endpoint to be used when streaming with IVS using the SRT protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
passphrase
Auto-generated passphrase to enable encryption. This field is applicable only if the end user has not enabled the
insecureIngest
option for the channel.- Parameters:
passphrase
- Auto-generated passphrase to enable encryption. This field is applicable only if the end user has not enabled theinsecureIngest
option for the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-