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
Modifier and TypeMethodDescriptionmaxLocalMediaSizeInMB(Integer maxLocalMediaSizeInMB) The overall maximum size of the media that you want to store for a stream on the Edge Agent.strategyOnFullSize(String strategyOnFullSize) The strategy to perform when a stream’sMaxLocalMediaSizeInMBlimit is reached.strategyOnFullSize(StrategyOnFullSize strategyOnFullSize) The strategy to perform when a stream’sMaxLocalMediaSizeInMBlimit is reached.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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
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:
 
 
 -