@Generated(value="software.amazon.awssdk:codegen") public final class Video extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Video.Builder,Video>
Video file stored in an Amazon S3 bucket. Amazon Rekognition video start operations such as
StartLabelDetection use Video to specify a video for analysis. The supported file formats are
.mp4, .mov and .avi.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Video.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Video.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Object |
s3Object()
The Amazon S3 bucket name and file name for the video.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Video.Builder> |
serializableBuilderClass() |
Video.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic S3Object s3Object()
The Amazon S3 bucket name and file name for the video.
public Video.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Video.Builder,Video>public static Video.Builder builder()
public static Class<? extends Video.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.