Interface ListGeoLocationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>,Route53Request.Builder,SdkBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGeoLocationsRequest
public static interface ListGeoLocationsRequest.Builder extends Route53Request.Builder, SdkPojo, CopyableBuilder<ListGeoLocationsRequest.Builder,ListGeoLocationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGeoLocationsRequest.BuildermaxItems(String maxItems)(Optional) The maximum number of geolocations to be included in the response body for this request.ListGeoLocationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGeoLocationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGeoLocationsRequest.BuilderstartContinentCode(String startContinentCode)The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation.ListGeoLocationsRequest.BuilderstartCountryCode(String startCountryCode)The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation.ListGeoLocationsRequest.BuilderstartSubdivisionCode(String startSubdivisionCode)The code for the state of the United States with which you want to start listing locations that Amazon Route 53 supports for geolocation.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
startContinentCode
ListGeoLocationsRequest.Builder startContinentCode(String startContinentCode)
The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if
IsTruncatedis true, and ifNextContinentCodefrom the previous response has a value, enter that value instartcontinentcodeto return the next page of results.Include
startcontinentcodeonly if you want to list continents. Don't includestartcontinentcodewhen you're listing countries or countries with their subdivisions.- Parameters:
startContinentCode- The code for the continent with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, ifIsTruncatedis true, and ifNextContinentCodefrom the previous response has a value, enter that value instartcontinentcodeto return the next page of results.Include
startcontinentcodeonly if you want to list continents. Don't includestartcontinentcodewhen you're listing countries or countries with their subdivisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startCountryCode
ListGeoLocationsRequest.Builder startCountryCode(String startCountryCode)
The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if
IsTruncatedistrue, and ifNextCountryCodefrom the previous response has a value, enter that value instartcountrycodeto return the next page of results.- Parameters:
startCountryCode- The code for the country with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, ifIsTruncatedistrue, and ifNextCountryCodefrom the previous response has a value, enter that value instartcountrycodeto return the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startSubdivisionCode
ListGeoLocationsRequest.Builder startSubdivisionCode(String startSubdivisionCode)
The code for the state of the United States with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, if
IsTruncatedistrue, and ifNextSubdivisionCodefrom the previous response has a value, enter that value instartsubdivisioncodeto return the next page of results.To list subdivisions (U.S. states), you must include both
startcountrycodeandstartsubdivisioncode.- Parameters:
startSubdivisionCode- The code for the state of the United States with which you want to start listing locations that Amazon Route 53 supports for geolocation. If Route 53 has already returned a page or more of results, ifIsTruncatedistrue, and ifNextSubdivisionCodefrom the previous response has a value, enter that value instartsubdivisioncodeto return the next page of results.To list subdivisions (U.S. states), you must include both
startcountrycodeandstartsubdivisioncode.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListGeoLocationsRequest.Builder maxItems(String maxItems)
(Optional) The maximum number of geolocations to be included in the response body for this request. If more than
maxitemsgeolocations remain to be listed, then the value of theIsTruncatedelement in the response istrue.- Parameters:
maxItems- (Optional) The maximum number of geolocations to be included in the response body for this request. If more thanmaxitemsgeolocations remain to be listed, then the value of theIsTruncatedelement in the response istrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGeoLocationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGeoLocationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-