Interface ControlOperation.Builder

    • Method Detail

      • endTime

        ControlOperation.Builder endTime​(Instant endTime)

        The time that the operation finished.

        Parameters:
        endTime - The time that the operation finished.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ControlOperation.Builder startTime​(Instant startTime)

        The time that the operation began.

        Parameters:
        startTime - The time that the operation began.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusMessage

        ControlOperation.Builder statusMessage​(String statusMessage)

        If the operation result is FAILED, this string contains a message explaining why the operation failed.

        Parameters:
        statusMessage - If the operation result is FAILED, this string contains a message explaining why the operation failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.