Class WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder

    • Method Detail

      • sourceFileLocation

        public WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder sourceFileLocation​(@Nullable
                                                                                       com.pulumi.core.Output<java.lang.String> sourceFileLocation)
        Parameters:
        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.
        Returns:
        builder
      • sourceFileLocation

        public WorkflowOnExceptionStepDeleteStepDetailsArgs.Builder sourceFileLocation​(java.lang.String sourceFileLocation)
        Parameters:
        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.
        Returns:
        builder