Uses of Interface
software.amazon.awssdk.services.transfer.model.CustomStepDetails.Builder
-
Packages that use CustomStepDetails.Builder Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of CustomStepDetails.Builder in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return CustomStepDetails.Builder Modifier and Type Method Description static CustomStepDetails.BuilderCustomStepDetails. builder()CustomStepDetails.BuilderCustomStepDetails.Builder. name(String name)The name of the step, used as an identifier.CustomStepDetails.BuilderCustomStepDetails.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.CustomStepDetails.BuilderCustomStepDetails.Builder. target(String target)The ARN for the Lambda function that is being called.CustomStepDetails.BuilderCustomStepDetails.Builder. timeoutSeconds(Integer timeoutSeconds)Timeout, in seconds, for the step.CustomStepDetails.BuilderCustomStepDetails. toBuilder()Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type CustomStepDetails.Builder Modifier and Type Method Description static Class<? extends CustomStepDetails.Builder>CustomStepDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transfer.model with type arguments of type CustomStepDetails.Builder Modifier and Type Method Description default WorkflowStep.BuilderWorkflowStep.Builder. customStepDetails(Consumer<CustomStepDetails.Builder> customStepDetails)Details for a step that invokes an Lambda function.
-