Interface Media.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Media.Builder,Media>,SdkBuilder<Media.Builder,Media>,SdkPojo
- Enclosing class:
- Media
public static interface Media.Builder extends SdkPojo, CopyableBuilder<Media.Builder,Media>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Media.BuildermediaFileUri(String mediaFileUri)The Amazon S3 location of the media file you want to transcribe.Media.BuilderredactedMediaFileUri(String redactedMediaFileUri)The Amazon S3 location of the media file you want to redact.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
mediaFileUri
Media.Builder mediaFileUri(String mediaFileUri)
The Amazon S3 location of the media file you want to transcribe. For example:
-
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac -
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
- Parameters:
mediaFileUri- The Amazon S3 location of the media file you want to transcribe. For example:-
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac -
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
redactedMediaFileUri
Media.Builder redactedMediaFileUri(String redactedMediaFileUri)
The Amazon S3 location of the media file you want to redact. For example:
-
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac -
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
RedactedMediaFileUriproduces a redacted audio file in addition to a redacted transcript. It is only supported for Call Analytics (StartCallAnalyticsJob) transcription requests.- Parameters:
redactedMediaFileUri- The Amazon S3 location of the media file you want to redact. For example:-
s3://DOC-EXAMPLE-BUCKET/my-media-file.flac -
s3://DOC-EXAMPLE-BUCKET/media-files/my-media-file.flac
Note that the Amazon S3 bucket that contains your input media must be located in the same Amazon Web Services Region where you're making your transcription request.
RedactedMediaFileUriproduces a redacted audio file in addition to a redacted transcript. It is only supported for Call Analytics (StartCallAnalyticsJob) transcription requests.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-