Interface ListWorkflowsRequest.Builder

    • Method Detail

      • domainName

        ListWorkflowsRequest.Builder domainName​(String domainName)

        The unique name of the domain.

        Parameters:
        domainName - The unique name of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowType

        ListWorkflowsRequest.Builder workflowType​(String workflowType)

        The type of workflow. The only supported value is APPFLOW_INTEGRATION.

        Parameters:
        workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WorkflowType, WorkflowType
      • workflowType

        ListWorkflowsRequest.Builder workflowType​(WorkflowType workflowType)

        The type of workflow. The only supported value is APPFLOW_INTEGRATION.

        Parameters:
        workflowType - The type of workflow. The only supported value is APPFLOW_INTEGRATION.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WorkflowType, WorkflowType
      • status

        ListWorkflowsRequest.Builder status​(String status)

        Status of workflow execution.

        Parameters:
        status - Status of workflow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        ListWorkflowsRequest.Builder status​(Status status)

        Status of workflow execution.

        Parameters:
        status - Status of workflow execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • queryStartDate

        ListWorkflowsRequest.Builder queryStartDate​(Instant queryStartDate)

        Retrieve workflows started after timestamp.

        Parameters:
        queryStartDate - Retrieve workflows started after timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryEndDate

        ListWorkflowsRequest.Builder queryEndDate​(Instant queryEndDate)

        Retrieve workflows ended after timestamp.

        Parameters:
        queryEndDate - Retrieve workflows ended after timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWorkflowsRequest.Builder nextToken​(String nextToken)

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Parameters:
        nextToken - The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListWorkflowsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return per page.

        Parameters:
        maxResults - The maximum number of results to return per page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.