Interface AutomatedEncodingSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutomatedEncodingSettings.Builder,AutomatedEncodingSettings>,SdkBuilder<AutomatedEncodingSettings.Builder,AutomatedEncodingSettings>,SdkPojo
- Enclosing class:
- AutomatedEncodingSettings
public static interface AutomatedEncodingSettings.Builder extends SdkPojo, CopyableBuilder<AutomatedEncodingSettings.Builder,AutomatedEncodingSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AutomatedEncodingSettings.BuilderabrSettings(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.AutomatedEncodingSettings.BuilderabrSettings(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, sdkFields
-
-
-
-
Method Detail
-
abrSettings
AutomatedEncodingSettings.Builder 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. 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.Builderavoiding the need to create one manually viaAutomatedAbrSettings.builder().When the
Consumercompletes,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:
abrSettings(AutomatedAbrSettings)
-
-