Interface DescribeExecutionResponse.Builder

    • Method Detail

      • executionId

        DescribeExecutionResponse.Builder executionId​(String executionId)

        The ID of the execution.

        Parameters:
        executionId - The ID of the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        DescribeExecutionResponse.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        When the status of the execution was last updated.

        Parameters:
        lastUpdatedAt - When the status of the execution was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managedDeviceId

        DescribeExecutionResponse.Builder managedDeviceId​(String managedDeviceId)

        The ID of the managed device that the task is being executed on.

        Parameters:
        managedDeviceId - The ID of the managed device that the task is being executed on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startedAt

        DescribeExecutionResponse.Builder startedAt​(Instant startedAt)

        When the execution began.

        Parameters:
        startedAt - When the execution began.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskId

        DescribeExecutionResponse.Builder taskId​(String taskId)

        The ID of the task being executed on the device.

        Parameters:
        taskId - The ID of the task being executed on the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.