Interface ExecutionStartedDetails.Builder

    • Method Detail

      • input

        ExecutionStartedDetails.Builder input​(EventInput input)

        The input payload provided for the durable execution.

        Parameters:
        input - The input payload provided for the durable execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionTimeout

        ExecutionStartedDetails.Builder executionTimeout​(Integer executionTimeout)

        The maximum amount of time that the durable execution is allowed to run, in seconds.

        Parameters:
        executionTimeout - The maximum amount of time that the durable execution is allowed to run, in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.