Interface RelativeTimeRange.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RelativeTimeRange.Builder,RelativeTimeRange>, SdkBuilder<RelativeTimeRange.Builder,RelativeTimeRange>, SdkPojo
Enclosing class:
RelativeTimeRange

public static interface RelativeTimeRange.Builder extends SdkPojo, CopyableBuilder<RelativeTimeRange.Builder,RelativeTimeRange>
  • Method Details

    • startPercentage

      RelativeTimeRange.Builder startPercentage(Integer startPercentage)

      The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage in your request, you must also include EndPercentage.

      Parameters:
      startPercentage - The time, in percentage, when Amazon Transcribe starts searching for the specified criteria in your media file. If you include StartPercentage in your request, you must also include EndPercentage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endPercentage

      RelativeTimeRange.Builder endPercentage(Integer endPercentage)

      The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage in your request, you must also include StartPercentage.

      Parameters:
      endPercentage - The time, in percentage, when Amazon Transcribe stops searching for the specified criteria in your media file. If you include EndPercentage in your request, you must also include StartPercentage.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • first

      The time, in percentage, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.

      Parameters:
      first - The time, in percentage, from the start of your media file until the specified value. Amazon Transcribe searches for your specified criteria in this time segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • last

      The time, in percentage, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.

      Parameters:
      last - The time, in percentage, from the specified value until the end of your media file. Amazon Transcribe searches for your specified criteria in this time segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.