Interface ImpossibleTravelDetail.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImpossibleTravelDetail.Builder,ImpossibleTravelDetail>, SdkBuilder<ImpossibleTravelDetail.Builder,ImpossibleTravelDetail>, SdkPojo
Enclosing class:
ImpossibleTravelDetail

public static interface ImpossibleTravelDetail.Builder extends SdkPojo, CopyableBuilder<ImpossibleTravelDetail.Builder,ImpossibleTravelDetail>
  • Method Details

    • 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.