@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LocalSizeConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LocalSizeConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxLocalMediaSizeInMB()
The overall maximum size of the media that you want to store for a stream on the Edge Agent.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LocalSizeConfig.Builder> |
serializableBuilderClass() |
StrategyOnFullSize |
strategyOnFullSize()
The strategy to perform when a stream’s
MaxLocalMediaSizeInMB limit is reached. |
String |
strategyOnFullSizeAsString()
The strategy to perform when a stream’s
MaxLocalMediaSizeInMB limit is reached. |
LocalSizeConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxLocalMediaSizeInMB()
The overall maximum size of the media that you want to store for a stream on the Edge Agent.
public final StrategyOnFullSize strategyOnFullSize()
The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.
If the service returns an enum value that is not available in the current SDK version,
strategyOnFullSize will return StrategyOnFullSize.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from strategyOnFullSizeAsString().
MaxLocalMediaSizeInMB limit is reached.StrategyOnFullSizepublic final String strategyOnFullSizeAsString()
The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.
If the service returns an enum value that is not available in the current SDK version,
strategyOnFullSize will return StrategyOnFullSize.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from strategyOnFullSizeAsString().
MaxLocalMediaSizeInMB limit is reached.StrategyOnFullSizepublic LocalSizeConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LocalSizeConfig.Builder,LocalSizeConfig>public static LocalSizeConfig.Builder builder()
public static Class<? extends LocalSizeConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.