Interface StartWorkflowRunRequest.Builder

    • Method Detail

      • spaceName

        StartWorkflowRunRequest.Builder spaceName​(String spaceName)

        The name of the space.

        Parameters:
        spaceName - The name of the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • projectName

        StartWorkflowRunRequest.Builder projectName​(String projectName)

        The name of the project in the space.

        Parameters:
        projectName - The name of the project in the space.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workflowId

        StartWorkflowRunRequest.Builder workflowId​(String workflowId)

        The system-generated unique ID of the workflow. To retrieve a list of workflow IDs, use ListWorkflows.

        Parameters:
        workflowId - The system-generated unique ID of the workflow. To retrieve a list of workflow IDs, use ListWorkflows.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        StartWorkflowRunRequest.Builder clientToken​(String clientToken)

        A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.

        Parameters:
        clientToken - A user-specified idempotency token. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries return the result from the original successful request and have no additional effect.
        Returns:
        Returns a reference to this object so that method calls can be chained together.