Interface TrafficShapingRetrievalWindow.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TrafficShapingRetrievalWindow.Builder,,TrafficShapingRetrievalWindow> SdkBuilder<TrafficShapingRetrievalWindow.Builder,,TrafficShapingRetrievalWindow> SdkPojo
- Enclosing class:
TrafficShapingRetrievalWindow
@Mutable
@NotThreadSafe
public static interface TrafficShapingRetrievalWindow.Builder
extends SdkPojo, CopyableBuilder<TrafficShapingRetrievalWindow.Builder,TrafficShapingRetrievalWindow>
-
Method Summary
Modifier and TypeMethodDescriptionretrievalWindowDurationSeconds(Integer retrievalWindowDurationSeconds) The amount of time, in seconds, that MediaTailor spreads prefetch requests to the ADS.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, sdkFieldNameToField, sdkFields
-
Method Details
-
retrievalWindowDurationSeconds
TrafficShapingRetrievalWindow.Builder retrievalWindowDurationSeconds(Integer retrievalWindowDurationSeconds) The amount of time, in seconds, that MediaTailor spreads prefetch requests to the ADS.
- Parameters:
retrievalWindowDurationSeconds- The amount of time, in seconds, that MediaTailor spreads prefetch requests to the ADS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-