Interface QueryTemporalRange.Builder

    • Method Detail

      • max

        QueryTemporalRange.Builder max​(QueryTemporalRangeMax 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.