Interface StartExecutionResponse.Builder

    • Method Detail

      • executionArn

        StartExecutionResponse.Builder executionArn​(String executionArn)

        The Amazon Resource Name (ARN) that identifies the execution.

        Parameters:
        executionArn - The Amazon Resource Name (ARN) that identifies the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startDate

        StartExecutionResponse.Builder startDate​(Instant startDate)

        The date the execution is started.

        Parameters:
        startDate - The date the execution is started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.