| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.allowedRenditions(AllowedRenditionSize... allowedRenditions)
When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one
rendition to allowedRenditions list
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.allowedRenditions(Collection<AllowedRenditionSize> allowedRenditions)
When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one
rendition to allowedRenditions list
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.allowedRenditions(Consumer<AllowedRenditionSize.Builder>... allowedRenditions)
When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one
rendition to allowedRenditions list This is a convenience method that creates an instance of the
AllowedRenditionSize.Builder avoiding the need to
create one manually via
AllowedRenditionSize.builder(). |
static AutomatedAbrRule.Builder |
AutomatedAbrRule.builder() |
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.forceIncludeRenditions(Collection<ForceIncludeRenditionSize> forceIncludeRenditions)
When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat
one rendition to forceIncludeRenditions list
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.forceIncludeRenditions(Consumer<ForceIncludeRenditionSize.Builder>... forceIncludeRenditions)
When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat
one rendition to forceIncludeRenditions list This is a convenience method that creates an instance of the
ForceIncludeRenditionSize.Builder avoiding the
need to create one manually via
ForceIncludeRenditionSize.builder(). |
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.forceIncludeRenditions(ForceIncludeRenditionSize... forceIncludeRenditions)
When customer adds the force include renditions rule for auto ABR ladder, they are required to add at leat
one rendition to forceIncludeRenditions list
|
default AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.minBottomRenditionSize(Consumer<MinBottomRenditionSize.Builder> minBottomRenditionSize)
Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack.
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.minBottomRenditionSize(MinBottomRenditionSize minBottomRenditionSize)
Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack.
|
default AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.minTopRenditionSize(Consumer<MinTopRenditionSize.Builder> minTopRenditionSize)
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.minTopRenditionSize(MinTopRenditionSize minTopRenditionSize)
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.toBuilder() |
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.type(RuleType type)
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
AutomatedAbrRule.Builder |
AutomatedAbrRule.Builder.type(String type)
Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutomatedAbrRule.Builder> |
AutomatedAbrRule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.