Interface DescribedExecution.Builder

    • Method Detail

      • executionId

        DescribedExecution.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

        DescribedExecution.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

        DescribedExecution.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.
      • executionRole

        DescribedExecution.Builder executionRole​(String executionRole)

        The IAM role associated with the execution.

        Parameters:
        executionRole - The IAM role associated with the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • loggingConfiguration

        DescribedExecution.Builder loggingConfiguration​(LoggingConfiguration loggingConfiguration)

        The IAM logging role associated with the execution.

        Parameters:
        loggingConfiguration - The IAM logging role associated with the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • posixProfile

        DescribedExecution.Builder posixProfile​(PosixProfile posixProfile)
        Sets the value of the PosixProfile property for this object.
        Parameters:
        posixProfile - The new value for the PosixProfile property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DescribedExecution.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

        DescribedExecution.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
      • results

        DescribedExecution.Builder results​(ExecutionResults results)

        A structure that describes the execution results. This includes a list of the steps along with the details of each step, error type and message (if any), and the OnExceptionSteps structure.

        Parameters:
        results - A structure that describes the execution results. This includes a list of the steps along with the details of each step, error type and message (if any), and the OnExceptionSteps structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.