@Generated(value="software.amazon.awssdk:codegen") public final class RtmpGroupSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RtmpGroupSettings.Builder,RtmpGroupSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RtmpGroupSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<RtmpAdMarkers> |
adMarkers()
Choose the ad marker type for this output group.
|
List<String> |
adMarkersAsStrings()
Choose the ad marker type for this output group.
|
AuthenticationScheme |
authenticationScheme()
Authentication scheme to use when connecting with CDN
|
String |
authenticationSchemeAsString()
Authentication scheme to use when connecting with CDN
|
static RtmpGroupSettings.Builder |
builder() |
RtmpCacheFullBehavior |
cacheFullBehavior()
Controls behavior when content cache fills up.
|
String |
cacheFullBehaviorAsString()
Controls behavior when content cache fills up.
|
Integer |
cacheLength()
Cache length, in seconds, is used to calculate buffer size.
|
RtmpCaptionData |
captionData()
Controls the types of data that passes to onCaptionInfo outputs.
|
String |
captionDataAsString()
Controls the types of data that passes to onCaptionInfo outputs.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasAdMarkers()
For responses, this returns true if the service returned a value for the AdMarkers property.
|
int |
hashCode() |
InputLossActionForRtmpOut |
inputLossAction()
Controls the behavior of this RTMP group if input becomes unavailable.
|
String |
inputLossActionAsString()
Controls the behavior of this RTMP group if input becomes unavailable.
|
Integer |
restartDelay()
If a streaming output fails, number of seconds to wait until a restart is initiated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RtmpGroupSettings.Builder> |
serializableBuilderClass() |
RtmpGroupSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final List<RtmpAdMarkers> adMarkers()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAdMarkers() method.
public final boolean hasAdMarkers()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<String> adMarkersAsStrings()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasAdMarkers() method.
public final AuthenticationScheme authenticationScheme()
If the service returns an enum value that is not available in the current SDK version,
authenticationScheme will return AuthenticationScheme.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authenticationSchemeAsString().
AuthenticationSchemepublic final String authenticationSchemeAsString()
If the service returns an enum value that is not available in the current SDK version,
authenticationScheme will return AuthenticationScheme.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from authenticationSchemeAsString().
AuthenticationSchemepublic final RtmpCacheFullBehavior cacheFullBehavior()
If the service returns an enum value that is not available in the current SDK version, cacheFullBehavior
will return RtmpCacheFullBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from cacheFullBehaviorAsString().
RtmpCacheFullBehaviorpublic final String cacheFullBehaviorAsString()
If the service returns an enum value that is not available in the current SDK version, cacheFullBehavior
will return RtmpCacheFullBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from cacheFullBehaviorAsString().
RtmpCacheFullBehaviorpublic final Integer cacheLength()
public final RtmpCaptionData captionData()
If the service returns an enum value that is not available in the current SDK version, captionData will
return RtmpCaptionData.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
captionDataAsString().
RtmpCaptionDatapublic final String captionDataAsString()
If the service returns an enum value that is not available in the current SDK version, captionData will
return RtmpCaptionData.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
captionDataAsString().
RtmpCaptionDatapublic final InputLossActionForRtmpOut inputLossAction()
If the service returns an enum value that is not available in the current SDK version, inputLossAction
will return InputLossActionForRtmpOut.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from inputLossActionAsString().
InputLossActionForRtmpOutpublic final String inputLossActionAsString()
If the service returns an enum value that is not available in the current SDK version, inputLossAction
will return InputLossActionForRtmpOut.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from inputLossActionAsString().
InputLossActionForRtmpOutpublic final Integer restartDelay()
public RtmpGroupSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RtmpGroupSettings.Builder,RtmpGroupSettings>public static RtmpGroupSettings.Builder builder()
public static Class<? extends RtmpGroupSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.