Interface ListCalculationExecutionsRequest.Builder

    • Method Detail

      • sessionId

        ListCalculationExecutionsRequest.Builder sessionId​(String sessionId)

        The session ID.

        Parameters:
        sessionId - The session ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stateFilter

        ListCalculationExecutionsRequest.Builder stateFilter​(String stateFilter)

        A filter for a specific calculation execution state. A description of each state follows.

        CREATING - The calculation is in the process of being created.

        CREATED - The calculation has been created and is ready to run.

        QUEUED - The calculation has been queued for processing.

        RUNNING - The calculation is running.

        CANCELING - A request to cancel the calculation has been received and the system is working to stop it.

        CANCELED - The calculation is no longer running as the result of a cancel request.

        COMPLETED - The calculation has completed without error.

        FAILED - The calculation failed and is no longer running.

        Parameters:
        stateFilter - A filter for a specific calculation execution state. A description of each state follows.

        CREATING - The calculation is in the process of being created.

        CREATED - The calculation has been created and is ready to run.

        QUEUED - The calculation has been queued for processing.

        RUNNING - The calculation is running.

        CANCELING - A request to cancel the calculation has been received and the system is working to stop it.

        CANCELED - The calculation is no longer running as the result of a cancel request.

        COMPLETED - The calculation has completed without error.

        FAILED - The calculation failed and is no longer running.

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

        ListCalculationExecutionsRequest.Builder stateFilter​(CalculationExecutionState stateFilter)

        A filter for a specific calculation execution state. A description of each state follows.

        CREATING - The calculation is in the process of being created.

        CREATED - The calculation has been created and is ready to run.

        QUEUED - The calculation has been queued for processing.

        RUNNING - The calculation is running.

        CANCELING - A request to cancel the calculation has been received and the system is working to stop it.

        CANCELED - The calculation is no longer running as the result of a cancel request.

        COMPLETED - The calculation has completed without error.

        FAILED - The calculation failed and is no longer running.

        Parameters:
        stateFilter - A filter for a specific calculation execution state. A description of each state follows.

        CREATING - The calculation is in the process of being created.

        CREATED - The calculation has been created and is ready to run.

        QUEUED - The calculation has been queued for processing.

        RUNNING - The calculation is running.

        CANCELING - A request to cancel the calculation has been received and the system is working to stop it.

        CANCELED - The calculation is no longer running as the result of a cancel request.

        COMPLETED - The calculation has completed without error.

        FAILED - The calculation failed and is no longer running.

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

        ListCalculationExecutionsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of calculation executions to return.

        Parameters:
        maxResults - The maximum number of calculation executions to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCalculationExecutionsRequest.Builder nextToken​(String nextToken)

        A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

        Parameters:
        nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.