Class HlsAkamaiSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.HlsAkamaiSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HlsAkamaiSettings.Builder,HlsAkamaiSettings>
@Generated("software.amazon.awssdk:codegen") public final class HlsAkamaiSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HlsAkamaiSettings.Builder,HlsAkamaiSettings>
Hls Akamai Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHlsAkamaiSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HlsAkamaiSettings.Builderbuilder()IntegerconnectionRetryInterval()Number of seconds to wait before retrying connection to the CDN if the connection is lost.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerfilecacheDuration()Size in seconds of file cache for streaming outputs.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HlsAkamaiHttpTransferModehttpTransferMode()Specify whether or not to use chunked transfer encoding to Akamai.StringhttpTransferModeAsString()Specify whether or not to use chunked transfer encoding to Akamai.IntegernumRetries()Number of retry attempts that will be made before the Live Event is put into an error state.IntegerrestartDelay()If a streaming output fails, number of seconds to wait until a restart is initiated.Stringsalt()Salt for authenticated Akamai.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends HlsAkamaiSettings.Builder>serializableBuilderClass()HlsAkamaiSettings.BuildertoBuilder()Stringtoken()Token parameter for authenticated akamai.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
-
connectionRetryInterval
public final Integer connectionRetryInterval()
Number of seconds to wait before retrying connection to the CDN if the connection is lost.- Returns:
- Number of seconds to wait before retrying connection to the CDN if the connection is lost.
-
filecacheDuration
public final Integer filecacheDuration()
Size in seconds of file cache for streaming outputs.- Returns:
- Size in seconds of file cache for streaming outputs.
-
httpTransferMode
public final HlsAkamaiHttpTransferMode httpTransferMode()
Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.If the service returns an enum value that is not available in the current SDK version,
httpTransferModewill returnHlsAkamaiHttpTransferMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTransferModeAsString().- Returns:
- Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.
- See Also:
HlsAkamaiHttpTransferMode
-
httpTransferModeAsString
public final String httpTransferModeAsString()
Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.If the service returns an enum value that is not available in the current SDK version,
httpTransferModewill returnHlsAkamaiHttpTransferMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromhttpTransferModeAsString().- Returns:
- Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.
- See Also:
HlsAkamaiHttpTransferMode
-
numRetries
public final Integer numRetries()
Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with "s3" or "mediastore". For other URIs, the value is always 3.- Returns:
- Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with "s3" or "mediastore". For other URIs, the value is always 3.
-
restartDelay
public final Integer restartDelay()
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.- Returns:
- If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
-
salt
public final String salt()
Salt for authenticated Akamai.- Returns:
- Salt for authenticated Akamai.
-
token
public final String token()
Token parameter for authenticated akamai. If not specified, _gda_ is used.- Returns:
- Token parameter for authenticated akamai. If not specified, _gda_ is used.
-
toBuilder
public HlsAkamaiSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HlsAkamaiSettings.Builder,HlsAkamaiSettings>
-
builder
public static HlsAkamaiSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends HlsAkamaiSettings.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-