| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDetail |
WorkflowDetail.clone() |
WorkflowDetail |
WorkflowDetail.withExecutionRole(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
|
WorkflowDetail |
WorkflowDetail.withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkflowDetail> |
WorkflowDetails.getOnPartialUpload()
A trigger that starts a workflow if a file is only partially uploaded.
|
List<WorkflowDetail> |
WorkflowDetails.getOnUpload()
A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowDetails |
WorkflowDetails.withOnPartialUpload(WorkflowDetail... onPartialUpload)
A trigger that starts a workflow if a file is only partially uploaded.
|
WorkflowDetails |
WorkflowDetails.withOnUpload(WorkflowDetail... onUpload)
A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowDetails.setOnPartialUpload(Collection<WorkflowDetail> onPartialUpload)
A trigger that starts a workflow if a file is only partially uploaded.
|
void |
WorkflowDetails.setOnUpload(Collection<WorkflowDetail> onUpload)
A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.
|
WorkflowDetails |
WorkflowDetails.withOnPartialUpload(Collection<WorkflowDetail> onPartialUpload)
A trigger that starts a workflow if a file is only partially uploaded.
|
WorkflowDetails |
WorkflowDetails.withOnUpload(Collection<WorkflowDetail> onUpload)
A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.
|
Copyright © 2025. All rights reserved.