| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
CustomStepDetails |
CustomStepDetails.clone() |
CustomStepDetails |
WorkflowStep.getCustomStepDetails()
Details for a step that invokes an Lambda function.
|
CustomStepDetails |
CustomStepDetails.withName(String name)
The name of the step, used as an identifier.
|
CustomStepDetails |
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 |
CustomStepDetails.withTarget(String target)
The ARN for the Lambda function that is being called.
|
CustomStepDetails |
CustomStepDetails.withTimeoutSeconds(Integer timeoutSeconds)
Timeout, in seconds, for the step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowStep.setCustomStepDetails(CustomStepDetails customStepDetails)
Details for a step that invokes an Lambda function.
|
WorkflowStep |
WorkflowStep.withCustomStepDetails(CustomStepDetails customStepDetails)
Details for a step that invokes an Lambda function.
|
Copyright © 2025. All rights reserved.