Interface VideoDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VideoDetail.Builder,VideoDetail>,SdkBuilder<VideoDetail.Builder,VideoDetail>,SdkPojo
- Enclosing class:
- VideoDetail
public static interface VideoDetail.Builder extends SdkPojo, CopyableBuilder<VideoDetail.Builder,VideoDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoDetail.BuilderheightInPx(Integer heightInPx)Height in pixels for the outputVideoDetail.BuilderwidthInPx(Integer widthInPx)Width in pixels for the output-
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
-
heightInPx
VideoDetail.Builder heightInPx(Integer heightInPx)
Height in pixels for the output- Parameters:
heightInPx- Height in pixels for the output- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
widthInPx
VideoDetail.Builder widthInPx(Integer widthInPx)
Width in pixels for the output- Parameters:
widthInPx- Width in pixels for the output- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-