Interface LocalSizeConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LocalSizeConfig.Builder,LocalSizeConfig>,SdkBuilder<LocalSizeConfig.Builder,LocalSizeConfig>,SdkPojo
- Enclosing class:
- LocalSizeConfig
public static interface LocalSizeConfig.Builder extends SdkPojo, CopyableBuilder<LocalSizeConfig.Builder,LocalSizeConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalSizeConfig.BuildermaxLocalMediaSizeInMB(Integer maxLocalMediaSizeInMB)The overall maximum size of the media that you want to store for a stream on the Edge Agent.LocalSizeConfig.BuilderstrategyOnFullSize(String strategyOnFullSize)The strategy to perform when a stream’sMaxLocalMediaSizeInMBlimit is reached.LocalSizeConfig.BuilderstrategyOnFullSize(StrategyOnFullSize strategyOnFullSize)The strategy to perform when a stream’sMaxLocalMediaSizeInMBlimit is reached.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
maxLocalMediaSizeInMB
LocalSizeConfig.Builder maxLocalMediaSizeInMB(Integer maxLocalMediaSizeInMB)
The overall maximum size of the media that you want to store for a stream on the Edge Agent.
- Parameters:
maxLocalMediaSizeInMB- The overall maximum size of the media that you want to store for a stream on the Edge Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
strategyOnFullSize
LocalSizeConfig.Builder strategyOnFullSize(String strategyOnFullSize)
The strategy to perform when a stream’s
MaxLocalMediaSizeInMBlimit is reached.- Parameters:
strategyOnFullSize- The strategy to perform when a stream’sMaxLocalMediaSizeInMBlimit is reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StrategyOnFullSize,StrategyOnFullSize
-
strategyOnFullSize
LocalSizeConfig.Builder strategyOnFullSize(StrategyOnFullSize strategyOnFullSize)
The strategy to perform when a stream’s
MaxLocalMediaSizeInMBlimit is reached.- Parameters:
strategyOnFullSize- The strategy to perform when a stream’sMaxLocalMediaSizeInMBlimit is reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StrategyOnFullSize,StrategyOnFullSize
-
-