Interface GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder

    • Method Detail

      • status

        GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder status​(String status)

        When you run a query, use this call to check the status of the query to make sure that the query has SUCCEEDED before you review the results.

        • QUEUED: The query is scheduled to run.

        • RUNNING: The query is in progress but not complete.

        • SUCCEEDED: The query completed sucessfully.

        • FAILED: The query failed due to an error.

        • CANCELED: The query was canceled.

        Parameters:
        status - When you run a query, use this call to check the status of the query to make sure that the query has SUCCEEDED before you review the results.

        • QUEUED: The query is scheduled to run.

        • RUNNING: The query is in progress but not complete.

        • SUCCEEDED: The query completed sucessfully.

        • FAILED: The query failed due to an error.

        • CANCELED: The query was canceled.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryStatus, QueryStatus
      • status

        GetQueryStatusWorkloadInsightsTopContributorsResponse.Builder status​(QueryStatus status)

        When you run a query, use this call to check the status of the query to make sure that the query has SUCCEEDED before you review the results.

        • QUEUED: The query is scheduled to run.

        • RUNNING: The query is in progress but not complete.

        • SUCCEEDED: The query completed sucessfully.

        • FAILED: The query failed due to an error.

        • CANCELED: The query was canceled.

        Parameters:
        status - When you run a query, use this call to check the status of the query to make sure that the query has SUCCEEDED before you review the results.

        • QUEUED: The query is scheduled to run.

        • RUNNING: The query is in progress but not complete.

        • SUCCEEDED: The query completed sucessfully.

        • FAILED: The query failed due to an error.

        • CANCELED: The query was canceled.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryStatus, QueryStatus