Interface Srt.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Srt.Builder,Srt>,SdkBuilder<Srt.Builder,Srt>,SdkPojo
- Enclosing class:
- Srt
public static interface Srt.Builder extends SdkPojo, CopyableBuilder<Srt.Builder,Srt>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Srt.Builderendpoint(String endpoint)The endpoint to be used when streaming with IVS using the SRT protocol.Srt.Builderpassphrase(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
endpoint
Srt.Builder endpoint(String 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
Srt.Builder passphrase(String passphrase)
Auto-generated passphrase to enable encryption. This field is applicable only if the end user has not enabled the
insecureIngestoption for the channel.- Parameters:
passphrase- Auto-generated passphrase to enable encryption. This field is applicable only if the end user has not enabled theinsecureIngestoption for the channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-