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.
|
Media.Builder |
redactedMediaFileUri(String redactedMediaFileUri)
The S3 object location for your redacted output media file.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMedia.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.
Media.Builder redactedMediaFileUri(String redactedMediaFileUri)
The S3 object location for your redacted output media file. This is only supported for call analytics jobs.
redactedMediaFileUri - The S3 object location for your redacted output media file. This is only supported for call analytics
jobs.Copyright © 2021. All rights reserved.