Interface ActionHistory.Builder

    • Method Detail

      • timestamp

        ActionHistory.Builder timestamp​(Instant timestamp)
        Sets the value of the Timestamp property for this object.
        Parameters:
        timestamp - The new value for the Timestamp property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ActionHistory.Builder status​(String status)

        The status of action at the time of the event.

        Parameters:
        status - The status of action at the time of the event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionStatus, ActionStatus
      • status

        ActionHistory.Builder status​(ActionStatus status)

        The status of action at the time of the event.

        Parameters:
        status - The status of action at the time of the event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionStatus, ActionStatus
      • eventType

        ActionHistory.Builder eventType​(String eventType)

        This distinguishes between whether the events are triggered by the user or are generated by the system.

        Parameters:
        eventType - This distinguishes between whether the events are triggered by the user or are generated by the system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventType, EventType
      • eventType

        ActionHistory.Builder eventType​(EventType eventType)

        This distinguishes between whether the events are triggered by the user or are generated by the system.

        Parameters:
        eventType - This distinguishes between whether the events are triggered by the user or are generated by the system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventType, EventType
      • actionHistoryDetails

        ActionHistory.Builder actionHistoryDetails​(ActionHistoryDetails actionHistoryDetails)

        The description of the details for the event.

        Parameters:
        actionHistoryDetails - The description of the details for the event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.