Interface GetPlaceRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetPlaceRequest.Builder,,- GetPlaceRequest> - GeoPlacesRequest.Builder,- SdkBuilder<GetPlaceRequest.Builder,,- GetPlaceRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetPlaceRequest
- 
Method SummaryModifier and TypeMethodDescriptionadditionalFeatures(Collection<GetPlaceAdditionalFeature> additionalFeatures) A list of optional additional parameters such as time zone that can be requested for each result.additionalFeatures(GetPlaceAdditionalFeature... additionalFeatures) A list of optional additional parameters such as time zone that can be requested for each result.additionalFeaturesWithStrings(String... additionalFeatures) A list of optional additional parameters such as time zone that can be requested for each result.additionalFeaturesWithStrings(Collection<String> additionalFeatures) A list of optional additional parameters such as time zone that can be requested for each result.intendedUse(String intendedUse) Indicates if the results will be stored.intendedUse(GetPlaceIntendedUse intendedUse) Indicates if the results will be stored.Optional: The API key to be used for authorization.A list of BCP 47 compliant language codes for the results to be rendered in.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.ThePlaceIdof the place you wish to receive the information for.politicalView(String politicalView) The alpha-2 or alpha-3 character code for the political view of a country.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.geoplaces.model.GeoPlacesRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
placeIdThe PlaceIdof the place you wish to receive the information for.- Parameters:
- placeId- The- PlaceIdof the place you wish to receive the information for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
additionalFeaturesWithStringsA list of optional additional parameters such as time zone that can be requested for each result. - Parameters:
- additionalFeatures- A list of optional additional parameters such as time zone that can be requested for each result.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
additionalFeaturesWithStringsA list of optional additional parameters such as time zone that can be requested for each result. - Parameters:
- additionalFeatures- A list of optional additional parameters such as time zone that can be requested for each result.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
additionalFeaturesGetPlaceRequest.Builder additionalFeatures(Collection<GetPlaceAdditionalFeature> additionalFeatures) A list of optional additional parameters such as time zone that can be requested for each result. - Parameters:
- additionalFeatures- A list of optional additional parameters such as time zone that can be requested for each result.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
additionalFeaturesA list of optional additional parameters such as time zone that can be requested for each result. - Parameters:
- additionalFeatures- A list of optional additional parameters such as time zone that can be requested for each result.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
languageA list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry. - Parameters:
- language- A list of BCP 47 compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
politicalViewThe alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country. - Parameters:
- politicalView- The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
intendedUseIndicates if the results will be stored. Defaults to SingleUse, if left empty.Storing the response of an GetPlace query is required to comply with service terms, but charged at a higher cost per request. Please review the user agreement and service pricing structure to determine the correct setting for your use case. - Parameters:
- intendedUse- Indicates if the results will be stored. Defaults to- SingleUse, if left empty.- Storing the response of an GetPlace query is required to comply with service terms, but charged at a higher cost per request. Please review the user agreement and service pricing structure to determine the correct setting for your use case. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
intendedUseIndicates if the results will be stored. Defaults to SingleUse, if left empty.Storing the response of an GetPlace query is required to comply with service terms, but charged at a higher cost per request. Please review the user agreement and service pricing structure to determine the correct setting for your use case. - Parameters:
- intendedUse- Indicates if the results will be stored. Defaults to- SingleUse, if left empty.- Storing the response of an GetPlace query is required to comply with service terms, but charged at a higher cost per request. Please review the user agreement and service pricing structure to determine the correct setting for your use case. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
keyOptional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. - Parameters:
- key- Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationGetPlaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetPlaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-