@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CopyStepDetails extends Object implements Serializable, Cloneable, StructuredPojo
Each step type has its own StepDetails
structure.
Constructor and Description |
---|
CopyStepDetails() |
Modifier and Type | Method and Description |
---|---|
CopyStepDetails |
clone() |
boolean |
equals(Object obj) |
InputFileLocation |
getDestinationFileLocation()
Specifies the location for the file being copied.
|
String |
getName()
The name of the step, used as an identifier.
|
String |
getOverwriteExisting()
A flag that indicates whether or not to overwrite an existing file of the same name.
|
String |
getSourceFileLocation()
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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestinationFileLocation(InputFileLocation destinationFileLocation)
Specifies the location for the file being copied.
|
void |
setName(String name)
The name of the step, used as an identifier.
|
void |
setOverwriteExisting(String overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name.
|
void |
setSourceFileLocation(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.
|
String |
toString()
Returns a string representation of this object.
|
CopyStepDetails |
withDestinationFileLocation(InputFileLocation destinationFileLocation)
Specifies the location for the file being copied.
|
CopyStepDetails |
withName(String name)
The name of the step, used as an identifier.
|
CopyStepDetails |
withOverwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name.
|
CopyStepDetails |
withOverwriteExisting(String overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name.
|
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.
|
public void setName(String name)
The name of the step, used as an identifier.
name
- The name of the step, used as an identifier.public String getName()
The name of the step, used as an identifier.
public CopyStepDetails withName(String name)
The name of the step, used as an identifier.
name
- The name of the step, used as an identifier.public void setDestinationFileLocation(InputFileLocation destinationFileLocation)
Specifies the location for the file being copied. Only applicable for Copy type workflow steps. Use
${Transfer:username}
in this field to parametrize the destination prefix by username.
destinationFileLocation
- Specifies the location for the file being copied. Only applicable for Copy type workflow steps. Use
${Transfer:username}
in this field to parametrize the destination prefix by username.public InputFileLocation getDestinationFileLocation()
Specifies the location for the file being copied. Only applicable for Copy type workflow steps. Use
${Transfer:username}
in this field to parametrize the destination prefix by username.
${Transfer:username}
in this field to parametrize the destination prefix by username.public CopyStepDetails withDestinationFileLocation(InputFileLocation destinationFileLocation)
Specifies the location for the file being copied. Only applicable for Copy type workflow steps. Use
${Transfer:username}
in this field to parametrize the destination prefix by username.
destinationFileLocation
- Specifies the location for the file being copied. Only applicable for Copy type workflow steps. Use
${Transfer:username}
in this field to parametrize the destination prefix by username.public void setOverwriteExisting(String overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.
overwriteExisting
- A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.OverwriteExisting
public String getOverwriteExisting()
A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.
FALSE
.OverwriteExisting
public CopyStepDetails withOverwriteExisting(String overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.
overwriteExisting
- A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.OverwriteExisting
public CopyStepDetails withOverwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.
overwriteExisting
- A flag that indicates whether or not to overwrite an existing file of the same name. The default is
FALSE
.OverwriteExisting
public void setSourceFileLocation(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.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow step uses
the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
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.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow
step uses the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
public String getSourceFileLocation()
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.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow step uses
the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow
step uses the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
public 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.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow step uses
the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
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.
Enter ${previous.file}
to use the previous file as the input. In this case, this workflow
step uses the output file from the previous workflow step as input. This is the default value.
Enter ${original.file}
to use the originally-uploaded file location as input for this step.
public String toString()
toString
in class Object
Object.toString()
public CopyStepDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.