public static interface ActionRemoteIpDetails.Builder extends SdkPojo, CopyableBuilder<ActionRemoteIpDetails.Builder,ActionRemoteIpDetails>
| Modifier and Type | Method and Description |
|---|---|
ActionRemoteIpDetails.Builder |
city(City city)
The city where the remote IP address is located.
|
default ActionRemoteIpDetails.Builder |
city(Consumer<City.Builder> city)
The city where the remote IP address is located.
|
default ActionRemoteIpDetails.Builder |
country(Consumer<Country.Builder> country)
The country where the remote IP address is located.
|
ActionRemoteIpDetails.Builder |
country(Country country)
The country where the remote IP address is located.
|
default ActionRemoteIpDetails.Builder |
geoLocation(Consumer<GeoLocation.Builder> geoLocation)
The coordinates of the location of the remote IP address.
|
ActionRemoteIpDetails.Builder |
geoLocation(GeoLocation geoLocation)
The coordinates of the location of the remote IP address.
|
ActionRemoteIpDetails.Builder |
ipAddressV4(String ipAddressV4)
The IP address.
|
default ActionRemoteIpDetails.Builder |
organization(Consumer<IpOrganizationDetails.Builder> organization)
The internet service provider (ISP) organization associated with the remote IP address.
|
ActionRemoteIpDetails.Builder |
organization(IpOrganizationDetails organization)
The internet service provider (ISP) organization associated with the remote IP address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionRemoteIpDetails.Builder ipAddressV4(String ipAddressV4)
The IP address.
ipAddressV4 - The IP address.ActionRemoteIpDetails.Builder organization(IpOrganizationDetails organization)
The internet service provider (ISP) organization associated with the remote IP address.
organization - The internet service provider (ISP) organization associated with the remote IP address.default ActionRemoteIpDetails.Builder organization(Consumer<IpOrganizationDetails.Builder> organization)
The internet service provider (ISP) organization associated with the remote IP address.
This is a convenience method that creates an instance of theIpOrganizationDetails.Builder avoiding
the need to create one manually via IpOrganizationDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to organization(IpOrganizationDetails).
organization - a consumer that will call methods on IpOrganizationDetails.Builderorganization(IpOrganizationDetails)ActionRemoteIpDetails.Builder country(Country country)
The country where the remote IP address is located.
country - The country where the remote IP address is located.default ActionRemoteIpDetails.Builder country(Consumer<Country.Builder> country)
The country where the remote IP address is located.
This is a convenience method that creates an instance of theCountry.Builder avoiding the need to
create one manually via Country.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to country(Country).
country - a consumer that will call methods on Country.Buildercountry(Country)ActionRemoteIpDetails.Builder city(City city)
The city where the remote IP address is located.
city - The city where the remote IP address is located.default ActionRemoteIpDetails.Builder city(Consumer<City.Builder> city)
The city where the remote IP address is located.
This is a convenience method that creates an instance of theCity.Builder avoiding the need to create
one manually via City.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to city(City).
city - a consumer that will call methods on City.Buildercity(City)ActionRemoteIpDetails.Builder geoLocation(GeoLocation geoLocation)
The coordinates of the location of the remote IP address.
geoLocation - The coordinates of the location of the remote IP address.default ActionRemoteIpDetails.Builder geoLocation(Consumer<GeoLocation.Builder> geoLocation)
The coordinates of the location of the remote IP address.
This is a convenience method that creates an instance of theGeoLocation.Builder avoiding the need to
create one manually via GeoLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to geoLocation(GeoLocation).
geoLocation - a consumer that will call methods on GeoLocation.BuildergeoLocation(GeoLocation)Copyright © 2023. All rights reserved.