static CopyStepDetails.Builder |
CopyStepDetails.builder() |
|
default CopyStepDetails.Builder |
CopyStepDetails.Builder.destinationFileLocation(Consumer<InputFileLocation.Builder> destinationFileLocation) |
Specifies the location for the file being copied.
|
CopyStepDetails.Builder |
CopyStepDetails.Builder.destinationFileLocation(InputFileLocation destinationFileLocation) |
Specifies the location for the file being copied.
|
CopyStepDetails.Builder |
CopyStepDetails.Builder.name(String name) |
The name of the step, used as an identifier.
|
CopyStepDetails.Builder |
CopyStepDetails.Builder.overwriteExisting(String overwriteExisting) |
A flag that indicates whether to overwrite an existing file of the same name.
|
CopyStepDetails.Builder |
CopyStepDetails.Builder.overwriteExisting(OverwriteExisting overwriteExisting) |
A flag that indicates whether to overwrite an existing file of the same name.
|
CopyStepDetails.Builder |
CopyStepDetails.Builder.sourceFileLocation(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.
|
CopyStepDetails.Builder |
CopyStepDetails.toBuilder() |
|