Interface QueryTemporalRange.Builder

  • Method Details

    • max

      Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:

      • Value – The maximum duration in nanoseconds between the start and end of the query.

      • TableArn – The Amazon Resource Name (ARN) of the table which is queried with the largest time range.

      Parameters:
      max - Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:

      • Value – The maximum duration in nanoseconds between the start and end of the query.

      • TableArn – The Amazon Resource Name (ARN) of the table which is queried with the largest time range.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • max

      Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:

      • Value – The maximum duration in nanoseconds between the start and end of the query.

      • TableArn – The Amazon Resource Name (ARN) of the table which is queried with the largest time range.

      This is a convenience method that creates an instance of the QueryTemporalRangeMax.Builder avoiding the need to create one manually via QueryTemporalRangeMax.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to max(QueryTemporalRangeMax).

      Parameters:
      max - a consumer that will call methods on QueryTemporalRangeMax.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: