| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
CopyStepDetails |
CopyStepDetails.clone() |
CopyStepDetails |
WorkflowStep.getCopyStepDetails()
Details for a step that performs a file copy.
|
CopyStepDetails |
CopyStepDetails.withDestinationFileLocation(InputFileLocation destinationFileLocation)
Specifies the location for the file being copied.
|
CopyStepDetails |
CopyStepDetails.withName(String name)
The name of the step, used as an identifier.
|
CopyStepDetails |
CopyStepDetails.withOverwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name.
|
CopyStepDetails |
CopyStepDetails.withOverwriteExisting(String overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name.
|
CopyStepDetails |
CopyStepDetails.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.setCopyStepDetails(CopyStepDetails copyStepDetails)
Details for a step that performs a file copy.
|
WorkflowStep |
WorkflowStep.withCopyStepDetails(CopyStepDetails copyStepDetails)
Details for a step that performs a file copy.
|
Copyright © 2022. All rights reserved.