Class Srt
- java.lang.Object
-
- software.amazon.awssdk.services.ivs.model.Srt
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Srt.Builder,Srt>
@Generated("software.amazon.awssdk:codegen") public final class Srt extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Srt.Builder,Srt>
Specifies information needed to stream using the SRT protocol.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSrt.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Srt.Builderbuilder()Stringendpoint()The endpoint to be used when streaming with IVS using the SRT protocol.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringpassphrase()Auto-generated passphrase to enable encryption.List<SdkField<?>>sdkFields()static Class<? extends Srt.Builder>serializableBuilderClass()Srt.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endpoint
public final String endpoint()
The endpoint to be used when streaming with IVS using the SRT protocol.
- Returns:
- The endpoint to be used when streaming with IVS using the SRT protocol.
-
passphrase
public final 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.- Returns:
- Auto-generated passphrase to enable encryption. This field is applicable only if the end user has
not enabled the
insecureIngestoption for the channel.
-
toBuilder
public Srt.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Srt.Builder,Srt>
-
builder
public static Srt.Builder builder()
-
serializableBuilderClass
public static Class<? extends Srt.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-