Interface ExecutionStepResult.Builder

    • Method Detail

      • stepType

        ExecutionStepResult.Builder stepType​(String stepType)

        One of the available step types.

        • COPY - Copy the file to another location.

        • CUSTOM - Perform a custom step with an Lambda function target.

        • DECRYPT - Decrypt a file that was encrypted before it was uploaded.

        • DELETE - Delete the file.

        • TAG - Add a tag to the file.

        Parameters:
        stepType - One of the available step types.

        • COPY - Copy the file to another location.

        • CUSTOM - Perform a custom step with an Lambda function target.

        • DECRYPT - Decrypt a file that was encrypted before it was uploaded.

        • DELETE - Delete the file.

        • TAG - Add a tag to the file.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WorkflowStepType, WorkflowStepType
      • stepType

        ExecutionStepResult.Builder stepType​(WorkflowStepType stepType)

        One of the available step types.

        • COPY - Copy the file to another location.

        • CUSTOM - Perform a custom step with an Lambda function target.

        • DECRYPT - Decrypt a file that was encrypted before it was uploaded.

        • DELETE - Delete the file.

        • TAG - Add a tag to the file.

        Parameters:
        stepType - One of the available step types.

        • COPY - Copy the file to another location.

        • CUSTOM - Perform a custom step with an Lambda function target.

        • DECRYPT - Decrypt a file that was encrypted before it was uploaded.

        • DELETE - Delete the file.

        • TAG - Add a tag to the file.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WorkflowStepType, WorkflowStepType
      • outputs

        ExecutionStepResult.Builder outputs​(String outputs)

        The values for the key/value pair applied as a tag to the file. Only applicable if the step type is TAG.

        Parameters:
        outputs - The values for the key/value pair applied as a tag to the file. Only applicable if the step type is TAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • error

        ExecutionStepResult.Builder error​(ExecutionError error)

        Specifies the details for an error, if it occurred during execution of the specified workflow step.

        Parameters:
        error - Specifies the details for an error, if it occurred during execution of the specified workflow step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.