Class LocalSizeConfig
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisvideo.model.LocalSizeConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LocalSizeConfig.Builder,LocalSizeConfig>
@Generated("software.amazon.awssdk:codegen") public final class LocalSizeConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LocalSizeConfig.Builder,LocalSizeConfig>
The configuration details that include the maximum size of the media (
MaxLocalMediaSizeInMB) that you want to store for a stream on the Edge Agent, as well as the strategy that should be used (StrategyOnFullSize) when a stream's maximum size has been reached.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLocalSizeConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LocalSizeConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxLocalMediaSizeInMB()The overall maximum size of the media that you want to store for a stream on the Edge Agent.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends LocalSizeConfig.Builder>serializableBuilderClass()StrategyOnFullSizestrategyOnFullSize()The strategy to perform when a stream’sMaxLocalMediaSizeInMBlimit is reached.StringstrategyOnFullSizeAsString()The strategy to perform when a stream’sMaxLocalMediaSizeInMBlimit is reached.LocalSizeConfig.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
-
maxLocalMediaSizeInMB
public final Integer maxLocalMediaSizeInMB()
The overall maximum size of the media that you want to store for a stream on the Edge Agent.
- Returns:
- The overall maximum size of the media that you want to store for a stream on the Edge Agent.
-
strategyOnFullSize
public final StrategyOnFullSize strategyOnFullSize()
The strategy to perform when a stream’s
MaxLocalMediaSizeInMBlimit is reached.If the service returns an enum value that is not available in the current SDK version,
strategyOnFullSizewill returnStrategyOnFullSize.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstrategyOnFullSizeAsString().- Returns:
- The strategy to perform when a stream’s
MaxLocalMediaSizeInMBlimit is reached. - See Also:
StrategyOnFullSize
-
strategyOnFullSizeAsString
public final String strategyOnFullSizeAsString()
The strategy to perform when a stream’s
MaxLocalMediaSizeInMBlimit is reached.If the service returns an enum value that is not available in the current SDK version,
strategyOnFullSizewill returnStrategyOnFullSize.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstrategyOnFullSizeAsString().- Returns:
- The strategy to perform when a stream’s
MaxLocalMediaSizeInMBlimit is reached. - See Also:
StrategyOnFullSize
-
toBuilder
public LocalSizeConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LocalSizeConfig.Builder,LocalSizeConfig>
-
builder
public static LocalSizeConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends LocalSizeConfig.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
-
-