@Generated(value="software.amazon.awssdk:codegen") public final class Media extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Media.Builder,Media>
Describes the input media file in a transcription request.
Modifier and Type | Class and Description |
---|---|
static interface |
Media.Builder |
Modifier and Type | Method and Description |
---|---|
static Media.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mediaFileUri()
The S3 location of the input media file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Media.Builder> |
serializableBuilderClass() |
Media.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String mediaFileUri()
The S3 location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:
https://<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4
https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
https://<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4
https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
public Media.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Media.Builder,Media>
public static Media.Builder builder()
public static Class<? extends Media.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.