Interface ImpossibleTravelDetail.Builder

    • Method Detail

      • startingIpAddress

        ImpossibleTravelDetail.Builder startingIpAddress​(String startingIpAddress)

        IP address where the resource was first used in the impossible travel.

        Parameters:
        startingIpAddress - IP address where the resource was first used in the impossible travel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endingIpAddress

        ImpossibleTravelDetail.Builder endingIpAddress​(String endingIpAddress)

        IP address where the resource was last used in the impossible travel.

        Parameters:
        endingIpAddress - IP address where the resource was last used in the impossible travel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startingLocation

        ImpossibleTravelDetail.Builder startingLocation​(String startingLocation)

        Location where the resource was first used in the impossible travel.

        Parameters:
        startingLocation - Location where the resource was first used in the impossible travel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endingLocation

        ImpossibleTravelDetail.Builder endingLocation​(String endingLocation)

        Location where the resource was last used in the impossible travel.

        Parameters:
        endingLocation - Location where the resource was last used in the impossible travel.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hourlyTimeDelta

        ImpossibleTravelDetail.Builder hourlyTimeDelta​(Integer hourlyTimeDelta)

        Returns the time difference between the first and last timestamp the resource was used.

        Parameters:
        hourlyTimeDelta - Returns the time difference between the first and last timestamp the resource was used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.