| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteStepDetails |
DeleteStepDetails.clone() |
DeleteStepDetails |
WorkflowStep.getDeleteStepDetails()
Details for a step that deletes the file.
|
DeleteStepDetails |
DeleteStepDetails.withName(String name)
The name of the step, used as an identifier.
|
DeleteStepDetails |
DeleteStepDetails.withSourceFileLocation(String sourceFileLocation)
Specifies which file to use as input to the workflow step: either the output from the previous step, or the
originally uploaded file for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowStep.setDeleteStepDetails(DeleteStepDetails deleteStepDetails)
Details for a step that deletes the file.
|
WorkflowStep |
WorkflowStep.withDeleteStepDetails(DeleteStepDetails deleteStepDetails)
Details for a step that deletes the file.
|
Copyright © 2022. All rights reserved.