Interface WorkflowDetail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<WorkflowDetail.Builder,WorkflowDetail>, SdkBuilder<WorkflowDetail.Builder,WorkflowDetail>, SdkPojo
Enclosing class:
WorkflowDetail

public static interface WorkflowDetail.Builder extends SdkPojo, CopyableBuilder<WorkflowDetail.Builder,WorkflowDetail>
  • Method Details

    • 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.