Interface WorkflowDetail.Builder

    • Method Detail

      • workflowId

        WorkflowDetail.Builder workflowId​(String workflowId)

        A unique identifier for the workflow.

        Parameters:
        workflowId - A unique identifier for the workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionRole

        WorkflowDetail.Builder executionRole​(String executionRole)

        Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources

        Parameters:
        executionRole - Includes the necessary permissions for S3, EFS, and Lambda operations that Transfer can assume, so that all workflow steps can operate on the required resources
        Returns:
        Returns a reference to this object so that method calls can be chained together.