public static interface DetectedProperties.Builder extends SdkPojo, CopyableBuilder<DetectedProperties.Builder,DetectedProperties>
Modifier and Type | Method and Description |
---|---|
DetectedProperties.Builder |
durationMillis(Long durationMillis)
The detected duration of the input file, in milliseconds.
|
DetectedProperties.Builder |
fileSize(Long fileSize)
The detected file size of the input file, in bytes.
|
DetectedProperties.Builder |
frameRate(String frameRate)
The detected frame rate of the input file, in frames per second.
|
DetectedProperties.Builder |
height(Integer height)
The detected height of the input file, in pixels.
|
DetectedProperties.Builder |
width(Integer width)
The detected width of the input file, in pixels.
|
copy
applyMutation, build
DetectedProperties.Builder width(Integer width)
The detected width of the input file, in pixels.
width
- The detected width of the input file, in pixels.DetectedProperties.Builder height(Integer height)
The detected height of the input file, in pixels.
height
- The detected height of the input file, in pixels.DetectedProperties.Builder frameRate(String frameRate)
The detected frame rate of the input file, in frames per second.
frameRate
- The detected frame rate of the input file, in frames per second.DetectedProperties.Builder fileSize(Long fileSize)
The detected file size of the input file, in bytes.
fileSize
- The detected file size of the input file, in bytes.DetectedProperties.Builder durationMillis(Long durationMillis)
The detected duration of the input file, in milliseconds.
durationMillis
- The detected duration of the input file, in milliseconds.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.