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