Interface DescribeQueriesRequest.Builder

    • Method Detail

      • logGroupName

        DescribeQueriesRequest.Builder logGroupName​(String logGroupName)

        Limits the returned queries to only those for the specified log group.

        Parameters:
        logGroupName - Limits the returned queries to only those for the specified log group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DescribeQueriesRequest.Builder status​(String status)

        Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

        Parameters:
        status - Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryStatus, QueryStatus
      • status

        DescribeQueriesRequest.Builder status​(QueryStatus status)

        Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

        Parameters:
        status - Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryStatus, QueryStatus
      • maxResults

        DescribeQueriesRequest.Builder maxResults​(Integer maxResults)

        Limits the number of returned queries to the specified number.

        Parameters:
        maxResults - Limits the number of returned queries to the specified number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeQueriesRequest.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.