Interface GetTileRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetTileRequest.Builder,,- GetTileRequest> - GeoMapsRequest.Builder,- SdkBuilder<GetTileRequest.Builder,,- GetTileRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetTileRequest
- 
Method SummaryModifier and TypeMethodDescriptionadditionalFeatures(Collection<TileAdditionalFeature> additionalFeatures) A list of optional additional parameters such as map styles that can be requested for each result.additionalFeatures(TileAdditionalFeature... additionalFeatures) A list of optional additional parameters such as map styles that can be requested for each result.additionalFeaturesWithStrings(String... additionalFeatures) A list of optional additional parameters such as map styles that can be requested for each result.additionalFeaturesWithStrings(Collection<String> additionalFeatures) A list of optional additional parameters such as map styles that can be requested for each result.Optional: The API key to be used for authorization.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the desired tile set.The X axis value for the map tile.The Y axis value for the map tile.The zoom value for the map tile.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.geomaps.model.GeoMapsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
additionalFeaturesWithStringsA list of optional additional parameters such as map styles that can be requested for each result. - Parameters:
- additionalFeatures- A list of optional additional parameters such as map styles 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 map styles that can be requested for each result. - Parameters:
- additionalFeatures- A list of optional additional parameters such as map styles 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 map styles that can be requested for each result. - Parameters:
- additionalFeatures- A list of optional additional parameters such as map styles 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 map styles that can be requested for each result. - Parameters:
- additionalFeatures- A list of optional additional parameters such as map styles that can be requested for each result.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tilesetSpecifies the desired tile set. Valid Values: raster.satellite | vector.basemap- Parameters:
- tileset- Specifies the desired tile set.- Valid Values: - raster.satellite | vector.basemap
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
zThe zoom value for the map tile. - Parameters:
- z- The zoom value for the map tile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
xThe X axis value for the map tile. Must be between 0 and 19. - Parameters:
- x- The X axis value for the map tile. Must be between 0 and 19.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
yThe Y axis value for the map tile. - Parameters:
- y- The Y axis value for the map tile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
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.
 
- 
overrideConfigurationDescription 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.
 
- 
overrideConfigurationGetTileRequest.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.
 
 
-