Interface ListActionExecutionsResponse.Builder

    • Method Detail

      • actionExecutionDetails

        ListActionExecutionsResponse.Builder actionExecutionDetails​(Collection<ActionExecutionDetail> actionExecutionDetails)

        The details for a list of recent executions, such as action execution ID.

        Parameters:
        actionExecutionDetails - The details for a list of recent executions, such as action execution ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionExecutionDetails

        ListActionExecutionsResponse.Builder actionExecutionDetails​(ActionExecutionDetail... actionExecutionDetails)

        The details for a list of recent executions, such as action execution ID.

        Parameters:
        actionExecutionDetails - The details for a list of recent executions, such as action execution ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListActionExecutionsResponse.Builder nextToken​(String nextToken)

        If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions call to return the next set of action executions in the list.

        Parameters:
        nextToken - If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions call to return the next set of action executions in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.