Interface ListGeoLocationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListGeoLocationsResponse.Builder,ListGeoLocationsResponse>,Route53Response.Builder,SdkBuilder<ListGeoLocationsResponse.Builder,ListGeoLocationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListGeoLocationsResponse
public static interface ListGeoLocationsResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ListGeoLocationsResponse.Builder,ListGeoLocationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGeoLocationsResponse.BuildergeoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.ListGeoLocationsResponse.BuildergeoLocationDetailsList(Consumer<GeoLocationDetails.Builder>... geoLocationDetailsList)A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.ListGeoLocationsResponse.BuildergeoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList)A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.ListGeoLocationsResponse.BuilderisTruncated(Boolean isTruncated)A value that indicates whether more locations remain to be listed after the last location in this response.ListGeoLocationsResponse.BuildermaxItems(String maxItems)The value that you specified forMaxItemsin the request.ListGeoLocationsResponse.BuildernextContinentCode(String nextContinentCode)IfIsTruncatedistrue, you can make a follow-up request to display more locations.ListGeoLocationsResponse.BuildernextCountryCode(String nextCountryCode)IfIsTruncatedistrue, you can make a follow-up request to display more locations.ListGeoLocationsResponse.BuildernextSubdivisionCode(String nextSubdivisionCode)IfIsTruncatedistrue, you can make a follow-up request to display more locations.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
geoLocationDetailsList
ListGeoLocationsResponse.Builder geoLocationDetailsList(Collection<GeoLocationDetails> geoLocationDetailsList)
A complex type that contains one
GeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.- Parameters:
geoLocationDetailsList- A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geoLocationDetailsList
ListGeoLocationsResponse.Builder geoLocationDetailsList(GeoLocationDetails... geoLocationDetailsList)
A complex type that contains one
GeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.- Parameters:
geoLocationDetailsList- A complex type that contains oneGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geoLocationDetailsList
ListGeoLocationsResponse.Builder geoLocationDetailsList(Consumer<GeoLocationDetails.Builder>... geoLocationDetailsList)
A complex type that contains one
This is a convenience method that creates an instance of theGeoLocationDetailselement for each location that Amazon Route 53 supports for geolocation.GeoLocationDetails.Builderavoiding the need to create one manually viaGeoLocationDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#geoLocationDetailsList(List.) - Parameters:
geoLocationDetailsList- a consumer that will call methods onGeoLocationDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#geoLocationDetailsList(java.util.Collection)
-
isTruncated
ListGeoLocationsResponse.Builder isTruncated(Boolean isTruncated)
A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value of
IsTruncatedistrue. To get more values, submit another request and include the values ofNextContinentCode,NextCountryCode, andNextSubdivisionCodein thestartcontinentcode,startcountrycode, andstartsubdivisioncode, as applicable.- Parameters:
isTruncated- A value that indicates whether more locations remain to be listed after the last location in this response. If so, the value ofIsTruncatedistrue. To get more values, submit another request and include the values ofNextContinentCode,NextCountryCode, andNextSubdivisionCodein thestartcontinentcode,startcountrycode, andstartsubdivisioncode, as applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextContinentCode
ListGeoLocationsResponse.Builder nextContinentCode(String nextContinentCode)
If
IsTruncatedistrue, you can make a follow-up request to display more locations. Enter the value ofNextContinentCodein thestartcontinentcodeparameter in anotherListGeoLocationsrequest.- Parameters:
nextContinentCode- IfIsTruncatedistrue, you can make a follow-up request to display more locations. Enter the value ofNextContinentCodein thestartcontinentcodeparameter in anotherListGeoLocationsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextCountryCode
ListGeoLocationsResponse.Builder nextCountryCode(String nextCountryCode)
If
IsTruncatedistrue, you can make a follow-up request to display more locations. Enter the value ofNextCountryCodein thestartcountrycodeparameter in anotherListGeoLocationsrequest.- Parameters:
nextCountryCode- IfIsTruncatedistrue, you can make a follow-up request to display more locations. Enter the value ofNextCountryCodein thestartcountrycodeparameter in anotherListGeoLocationsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextSubdivisionCode
ListGeoLocationsResponse.Builder nextSubdivisionCode(String nextSubdivisionCode)
If
IsTruncatedistrue, you can make a follow-up request to display more locations. Enter the value ofNextSubdivisionCodein thestartsubdivisioncodeparameter in anotherListGeoLocationsrequest.- Parameters:
nextSubdivisionCode- IfIsTruncatedistrue, you can make a follow-up request to display more locations. Enter the value ofNextSubdivisionCodein thestartsubdivisioncodeparameter in anotherListGeoLocationsrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListGeoLocationsResponse.Builder maxItems(String maxItems)
The value that you specified for
MaxItemsin the request.- Parameters:
maxItems- The value that you specified forMaxItemsin the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-