Interface ControlOperationSummary.Builder

    • Method Detail

      • controlIdentifier

        ControlOperationSummary.Builder controlIdentifier​(String controlIdentifier)

        The controlIdentifier of a control.

        Parameters:
        controlIdentifier - The controlIdentifier of a control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledControlIdentifier

        ControlOperationSummary.Builder enabledControlIdentifier​(String enabledControlIdentifier)

        The controlIdentifier of an enabled control.

        Parameters:
        enabledControlIdentifier - The controlIdentifier of an enabled control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        ControlOperationSummary.Builder endTime​(Instant endTime)

        The time at which the control operation was completed.

        Parameters:
        endTime - The time at which the control operation was completed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationIdentifier

        ControlOperationSummary.Builder operationIdentifier​(String operationIdentifier)

        The unique identifier of a control operation.

        Parameters:
        operationIdentifier - The unique identifier of a control operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        ControlOperationSummary.Builder startTime​(Instant startTime)

        The time at which a control operation began.

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

        ControlOperationSummary.Builder statusMessage​(String statusMessage)

        A speficic message displayed as part of the control status.

        Parameters:
        statusMessage - A speficic message displayed as part of the control status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetIdentifier

        ControlOperationSummary.Builder targetIdentifier​(String targetIdentifier)

        The unique identifier of the target of a control operation.

        Parameters:
        targetIdentifier - The unique identifier of the target of a control operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.