Interface OutputConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OutputConfig.Builder,,OutputConfig> SdkBuilder<OutputConfig.Builder,,OutputConfig> SdkPojo
- Enclosing class:
OutputConfig
@Mutable
@NotThreadSafe
public static interface OutputConfig.Builder
extends SdkPojo, CopyableBuilder<OutputConfig.Builder,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.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:
-