| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowedRenditionSize.Builder |
AllowedRenditionSize.builder() |
AllowedRenditionSize.Builder |
AllowedRenditionSize.Builder.height(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.
|
AllowedRenditionSize.Builder |
AllowedRenditionSize.Builder.required(RequiredFlag required)
Set to ENABLED to force a rendition to be included.
|
AllowedRenditionSize.Builder |
AllowedRenditionSize.Builder.required(String required)
Set to ENABLED to force a rendition to be included.
|
AllowedRenditionSize.Builder |
AllowedRenditionSize.toBuilder() |
AllowedRenditionSize.Builder |
AllowedRenditionSize.Builder.width(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AllowedRenditionSize.Builder> |
AllowedRenditionSize.serializableBuilderClass() |
Copyright © 2023. All rights reserved.