@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomStepDetails extends Object implements Serializable, Cloneable, StructuredPojo
Each step type has its own StepDetails
structure.
Constructor and Description |
---|
CustomStepDetails() |
Modifier and Type | Method and Description |
---|---|
CustomStepDetails |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the step, used as an identifier.
|
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.
|
String |
getTarget()
The ARN for the Lambda function that is being called.
|
Integer |
getTimeoutSeconds()
Timeout, in seconds, for the step.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the step, used as an identifier.
|
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.
|
void |
setTarget(String target)
The ARN for the Lambda function that is being called.
|
void |
setTimeoutSeconds(Integer timeoutSeconds)
Timeout, in seconds, for the step.
|
String |
toString()
Returns a string representation of this object.
|
CustomStepDetails |
withName(String name)
The name of the step, used as an identifier.
|
CustomStepDetails |
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.
|
CustomStepDetails |
withTarget(String target)
The ARN for the Lambda function that is being called.
|
CustomStepDetails |
withTimeoutSeconds(Integer timeoutSeconds)
Timeout, in seconds, for the step.
|
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 CustomStepDetails withName(String name)
The name of the step, used as an identifier.
name
- The name of the step, used as an identifier.public void setTarget(String target)
The ARN for the Lambda function that is being called.
target
- The ARN for the Lambda function that is being called.public String getTarget()
The ARN for the Lambda function that is being called.
public CustomStepDetails withTarget(String target)
The ARN for the Lambda function that is being called.
target
- The ARN for the Lambda function that is being called.public void setTimeoutSeconds(Integer timeoutSeconds)
Timeout, in seconds, for the step.
timeoutSeconds
- Timeout, in seconds, for the step.public Integer getTimeoutSeconds()
Timeout, in seconds, for the step.
public CustomStepDetails withTimeoutSeconds(Integer timeoutSeconds)
Timeout, in seconds, for the step.
timeoutSeconds
- Timeout, in seconds, for the step.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.
To use the previous file as the input, enter ${previous.file}
. In this case, this workflow step uses
the output file from the previous workflow step as input. This is the default value.
To use the originally uploaded file location as input for this step, enter ${original.file}
.
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.
To use the previous file as the input, enter ${previous.file}
. In this case, this workflow
step uses the output file from the previous workflow step as input. This is the default value.
To use the originally uploaded file location as input for this step, enter ${original.file}
.
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.
To use the previous file as the input, enter ${previous.file}
. In this case, this workflow step uses
the output file from the previous workflow step as input. This is the default value.
To use the originally uploaded file location as input for this step, enter ${original.file}
.
To use the previous file as the input, enter ${previous.file}
. In this case, this workflow
step uses the output file from the previous workflow step as input. This is the default value.
To use the originally uploaded file location as input for this step, enter ${original.file}
.
public CustomStepDetails 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.
To use the previous file as the input, enter ${previous.file}
. In this case, this workflow step uses
the output file from the previous workflow step as input. This is the default value.
To use the originally uploaded file location as input for this step, enter ${original.file}
.
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.
To use the previous file as the input, enter ${previous.file}
. In this case, this workflow
step uses the output file from the previous workflow step as input. This is the default value.
To use the originally uploaded file location as input for this step, enter ${original.file}
.
public String toString()
toString
in class Object
Object.toString()
public CustomStepDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.