public static interface Media.Builder extends SdkPojo, CopyableBuilder<Media.Builder,Media>
Modifier and Type | Method and Description |
---|---|
Media.Builder |
mediaFileUri(String mediaFileUri)
The S3 object location of the input media file.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Media.Builder mediaFileUri(String mediaFileUri)
The S3 object 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:
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
mediaFileUri
- The S3 object 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:
For example:
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.