Interface AbsoluteTimeRange.Builder

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

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

    • startTime

      AbsoluteTimeRange.Builder startTime(Long startTime)

      The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime in your request, you must also include EndTime.

      Parameters:
      startTime - The time, in milliseconds, when Amazon Transcribe starts searching for the specified criteria in your audio. If you include StartTime in your request, you must also include EndTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      AbsoluteTimeRange.Builder endTime(Long endTime)

      The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime in your request, you must also include StartTime.

      Parameters:
      endTime - The time, in milliseconds, when Amazon Transcribe stops searching for the specified criteria in your audio. If you include EndTime in your request, you must also include StartTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • first

      The time, in milliseconds, 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 milliseconds, 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 milliseconds, 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 milliseconds, 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.