Interface LocalSizeConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LocalSizeConfig.Builder,
,LocalSizeConfig> SdkBuilder<LocalSizeConfig.Builder,
,LocalSizeConfig> SdkPojo
- Enclosing class:
LocalSizeConfig
@Mutable
@NotThreadSafe
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’sMaxLocalMediaSizeInMB
limit is reached.strategyOnFullSize
(StrategyOnFullSize strategyOnFullSize) The strategy to perform when a stream’sMaxLocalMediaSizeInMB
limit 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 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
MaxLocalMediaSizeInMB
limit is reached.- Parameters:
strategyOnFullSize
- The strategy to perform when a stream’sMaxLocalMediaSizeInMB
limit 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
MaxLocalMediaSizeInMB
limit is reached.- Parameters:
strategyOnFullSize
- The strategy to perform when a stream’sMaxLocalMediaSizeInMB
limit is reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-