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 Details

    • 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.