Interface AutomatedEncodingSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutomatedEncodingSettings.Builder,
,AutomatedEncodingSettings> SdkBuilder<AutomatedEncodingSettings.Builder,
,AutomatedEncodingSettings> SdkPojo
- Enclosing class:
AutomatedEncodingSettings
@Mutable
@NotThreadSafe
public static interface AutomatedEncodingSettings.Builder
extends SdkPojo, CopyableBuilder<AutomatedEncodingSettings.Builder,AutomatedEncodingSettings>
-
Method Summary
Modifier and TypeMethodDescriptionabrSettings
(Consumer<AutomatedAbrSettings.Builder> abrSettings) Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video.abrSettings
(AutomatedAbrSettings abrSettings) Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video.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
-
abrSettings
Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package.- Parameters:
abrSettings
- Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
abrSettings
default AutomatedEncodingSettings.Builder abrSettings(Consumer<AutomatedAbrSettings.Builder> abrSettings) Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package. This is a convenience method that creates an instance of theAutomatedAbrSettings.Builder
avoiding the need to create one manually viaAutomatedAbrSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toabrSettings(AutomatedAbrSettings)
.- Parameters:
abrSettings
- a consumer that will call methods onAutomatedAbrSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-