Interface ViolationEventOccurrenceRange.Builder

    • Method Detail

      • startTime

        ViolationEventOccurrenceRange.Builder startTime​(Instant startTime)

        The start date and time of a time period in which violation events occurred.

        Parameters:
        startTime - The start date and time of a time period in which violation events occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        ViolationEventOccurrenceRange.Builder endTime​(Instant endTime)

        The end date and time of a time period in which violation events occurred.

        Parameters:
        endTime - The end date and time of a time period in which violation events occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.