Interface PostRollConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PostRollConfiguration.Builder,,PostRollConfiguration> SdkBuilder<PostRollConfiguration.Builder,,PostRollConfiguration> SdkPojo
- Enclosing class:
PostRollConfiguration
@Mutable
@NotThreadSafe
public static interface PostRollConfiguration.Builder
extends SdkPojo, CopyableBuilder<PostRollConfiguration.Builder,PostRollConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondurationSeconds(Integer durationSeconds) Duration of the post-roll ad break, in seconds.Whether the post-roll ad configuration is enabled.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
-
durationSeconds
Duration of the post-roll ad break, in seconds.
- Parameters:
durationSeconds- Duration of the post-roll ad break, in seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
Whether the post-roll ad configuration is enabled.
- Parameters:
enabled- Whether the post-roll ad configuration is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-