public static interface GetGeoLocationResponse.Builder extends Route53Response.Builder, CopyableBuilder<GetGeoLocationResponse.Builder,GetGeoLocationResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetGeoLocationResponse.Builder |
geoLocationDetails(Consumer<GeoLocationDetails.Builder> geoLocationDetails)
A complex type that contains the codes and full continent, country, and subdivision names for the specified
geolocation code.
|
GetGeoLocationResponse.Builder |
geoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the codes and full continent, country, and subdivision names for the specified
geolocation code.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetGeoLocationResponse.Builder geoLocationDetails(GeoLocationDetails geoLocationDetails)
A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.
geoLocationDetails - A complex type that contains the codes and full continent, country, and subdivision names for the
specified geolocation code.default GetGeoLocationResponse.Builder geoLocationDetails(Consumer<GeoLocationDetails.Builder> geoLocationDetails)
A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.
This is a convenience that creates an instance of theGeoLocationDetails.Builder avoiding the need to
create one manually via GeoLocationDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to geoLocationDetails(GeoLocationDetails).geoLocationDetails - a consumer that will call methods on GeoLocationDetails.BuildergeoLocationDetails(GeoLocationDetails)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.