Interface OutputConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutputConfig.Builder,,OutputConfig> SdkBuilder<OutputConfig.Builder,,OutputConfig> SdkPojo
- Enclosing class:
OutputConfig
-
Method Summary
Modifier and TypeMethodDescriptiondefault OutputConfig.Builderclipping(Consumer<ClippingConfig.Builder> clipping) The output config type that applies to the clipping feature.clipping(ClippingConfig clipping) The output config type that applies to the clipping feature.default OutputConfig.Buildercropping(Consumer<CroppingConfig.Builder> cropping) The output config type that applies to the cropping feature.cropping(CroppingConfig cropping) The output config type that applies to the cropping feature.default OutputConfig.Buildersubtitling(Consumer<SubtitlingConfig.Builder> subtitling) The output config type that applies to the smart subtitling feature.subtitling(SubtitlingConfig subtitling) The output config type that applies to the smart subtitling feature.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
-
cropping
The output config type that applies to the cropping feature.
- Parameters:
cropping- The output config type that applies to the cropping feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cropping
The output config type that applies to the cropping feature.
This is a convenience method that creates an instance of theCroppingConfig.Builderavoiding the need to create one manually viaCroppingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocropping(CroppingConfig).- Parameters:
cropping- a consumer that will call methods onCroppingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clipping
The output config type that applies to the clipping feature.
- Parameters:
clipping- The output config type that applies to the clipping feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clipping
The output config type that applies to the clipping feature.
This is a convenience method that creates an instance of theClippingConfig.Builderavoiding the need to create one manually viaClippingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toclipping(ClippingConfig).- Parameters:
clipping- a consumer that will call methods onClippingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
subtitling
The output config type that applies to the smart subtitling feature.
- Parameters:
subtitling- The output config type that applies to the smart subtitling feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subtitling
The output config type that applies to the smart subtitling feature.
This is a convenience method that creates an instance of theSubtitlingConfig.Builderavoiding the need to create one manually viaSubtitlingConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubtitling(SubtitlingConfig).- Parameters:
subtitling- a consumer that will call methods onSubtitlingConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-