public static interface Media.Builder extends SdkPojo, CopyableBuilder<Media.Builder,Media>
Modifier and Type | Method and Description |
---|---|
Media.Builder |
mediaFileUri(String mediaFileUri)
The S3 location of the input media file.
|
copy
applyMutation, build
Media.Builder mediaFileUri(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.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.