Interface ListedExecution.Builder

    • Method Detail

      • executionId

        ListedExecution.Builder executionId​(String executionId)

        A unique identifier for the execution of a workflow.

        Parameters:
        executionId - A unique identifier for the execution of a workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initialFileLocation

        ListedExecution.Builder initialFileLocation​(FileLocation initialFileLocation)

        A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.

        Parameters:
        initialFileLocation - A structure that describes the Amazon S3 or EFS file location. This is the file location when the execution begins: if the file is being copied, this is the initial (as opposed to destination) file location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceMetadata

        ListedExecution.Builder serviceMetadata​(ServiceMetadata serviceMetadata)

        A container object for the session details that are associated with a workflow.

        Parameters:
        serviceMetadata - A container object for the session details that are associated with a workflow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListedExecution.Builder status​(String status)

        The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.

        Parameters:
        status - The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus, ExecutionStatus
      • status

        ListedExecution.Builder status​(ExecutionStatus status)

        The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.

        Parameters:
        status - The status is one of the execution. Can be in progress, completed, exception encountered, or handling the exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus, ExecutionStatus