@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 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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public S3Object s3Object()
The Amazon S3 bucket name and file name for the video.
public Video.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Video.Builder,Video>
public static Video.Builder builder()
public static Class<? extends Video.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.