Interface ColorCorrection.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ColorCorrection.Builder,ColorCorrection>,SdkBuilder<ColorCorrection.Builder,ColorCorrection>,SdkPojo
- Enclosing class:
- ColorCorrection
public static interface ColorCorrection.Builder extends SdkPojo, CopyableBuilder<ColorCorrection.Builder,ColorCorrection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorCorrection.BuilderinputColorSpace(String inputColorSpace)The color space of the input.ColorCorrection.BuilderinputColorSpace(ColorSpace inputColorSpace)The color space of the input.ColorCorrection.BuilderoutputColorSpace(String outputColorSpace)The color space of the output.ColorCorrection.BuilderoutputColorSpace(ColorSpace outputColorSpace)The color space of the output.ColorCorrection.Builderuri(String uri)The URI of the 3D LUT file.-
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
-
inputColorSpace
ColorCorrection.Builder inputColorSpace(String inputColorSpace)
The color space of the input.- Parameters:
inputColorSpace- The color space of the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ColorSpace,ColorSpace
-
inputColorSpace
ColorCorrection.Builder inputColorSpace(ColorSpace inputColorSpace)
The color space of the input.- Parameters:
inputColorSpace- The color space of the input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ColorSpace,ColorSpace
-
outputColorSpace
ColorCorrection.Builder outputColorSpace(String outputColorSpace)
The color space of the output.- Parameters:
outputColorSpace- The color space of the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ColorSpace,ColorSpace
-
outputColorSpace
ColorCorrection.Builder outputColorSpace(ColorSpace outputColorSpace)
The color space of the output.- Parameters:
outputColorSpace- The color space of the output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ColorSpace,ColorSpace
-
uri
ColorCorrection.Builder uri(String uri)
The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:':.- Parameters:
uri- The URI of the 3D LUT file. The protocol must be 's3:' or 's3ssl:':.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-