Interface GetPlaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetPlaceRequest.Builder,GetPlaceRequest>,GeoPlacesRequest.Builder,SdkBuilder<GetPlaceRequest.Builder,GetPlaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetPlaceRequest
public static interface GetPlaceRequest.Builder extends GeoPlacesRequest.Builder, SdkPojo, CopyableBuilder<GetPlaceRequest.Builder,GetPlaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPlaceRequest.BuilderadditionalFeatures(Collection<GetPlaceAdditionalFeature> additionalFeatures)A list of optional additional parameters such as time zone that can be requested for each result.GetPlaceRequest.BuilderadditionalFeatures(GetPlaceAdditionalFeature... additionalFeatures)A list of optional additional parameters such as time zone that can be requested for each result.GetPlaceRequest.BuilderadditionalFeaturesWithStrings(String... additionalFeatures)A list of optional additional parameters such as time zone that can be requested for each result.GetPlaceRequest.BuilderadditionalFeaturesWithStrings(Collection<String> additionalFeatures)A list of optional additional parameters such as time zone that can be requested for each result.GetPlaceRequest.BuilderintendedUse(String intendedUse)Indicates if the results will be stored.GetPlaceRequest.BuilderintendedUse(GetPlaceIntendedUse intendedUse)Indicates if the results will be stored.GetPlaceRequest.Builderkey(String key)Optional: The API key to be used for authorization.GetPlaceRequest.Builderlanguage(String language)A list of BCP 47 compliant language codes for the results to be rendered in.GetPlaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPlaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPlaceRequest.BuilderplaceId(String placeId)ThePlaceIdof the place you wish to receive the information for.GetPlaceRequest.BuilderpoliticalView(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.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.geoplaces.model.GeoPlacesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
placeId
GetPlaceRequest.Builder placeId(String placeId)
The
PlaceIdof the place you wish to receive the information for.- Parameters:
placeId- ThePlaceIdof the place you wish to receive the information for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFeaturesWithStrings
GetPlaceRequest.Builder additionalFeaturesWithStrings(Collection<String> 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.
-
additionalFeaturesWithStrings
GetPlaceRequest.Builder additionalFeaturesWithStrings(String... 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.
-
additionalFeatures
GetPlaceRequest.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.
-
additionalFeatures
GetPlaceRequest.Builder additionalFeatures(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.
-
language
GetPlaceRequest.Builder language(String 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.
- 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.
-
politicalView
GetPlaceRequest.Builder politicalView(String 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.
- 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.
-
intendedUse
GetPlaceRequest.Builder intendedUse(String intendedUse)
Indicates if the results will be stored. Defaults to
SingleUse, if left empty.- Parameters:
intendedUse- Indicates if the results will be stored. Defaults toSingleUse, if left empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GetPlaceIntendedUse,GetPlaceIntendedUse
-
intendedUse
GetPlaceRequest.Builder intendedUse(GetPlaceIntendedUse intendedUse)
Indicates if the results will be stored. Defaults to
SingleUse, if left empty.- Parameters:
intendedUse- Indicates if the results will be stored. Defaults toSingleUse, if left empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
GetPlaceIntendedUse,GetPlaceIntendedUse
-
key
GetPlaceRequest.Builder key(String 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.
- 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.
-
overrideConfiguration
GetPlaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPlaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-