Interface NewGeolocationDetail.Builder

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

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

    • location

      Location where the resource was accessed.

      Parameters:
      location - Location where the resource was accessed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddress

      NewGeolocationDetail.Builder ipAddress(String ipAddress)

      IP address using which the resource was accessed.

      Parameters:
      ipAddress - IP address using which the resource was accessed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isNewForEntireAccount

      NewGeolocationDetail.Builder isNewForEntireAccount(Boolean isNewForEntireAccount)

      Checks if the geolocation is new for the entire account.

      Parameters:
      isNewForEntireAccount - Checks if the geolocation is new for the entire account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.