public static interface GetMapTileRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<GetMapTileRequest.Builder,GetMapTileRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMapTileRequest.Builder |
mapName(String mapName)
The map resource to retrieve the map tiles from.
|
GetMapTileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMapTileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetMapTileRequest.Builder |
x(String x)
The X axis value for the map tile.
|
GetMapTileRequest.Builder |
y(String y)
The Y axis value for the map tile.
|
GetMapTileRequest.Builder |
z(String z)
The zoom value for the map tile.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMapTileRequest.Builder mapName(String mapName)
The map resource to retrieve the map tiles from.
mapName - The map resource to retrieve the map tiles from.GetMapTileRequest.Builder x(String x)
The X axis value for the map tile.
x - The X axis value for the map tile.GetMapTileRequest.Builder y(String y)
The Y axis value for the map tile.
y - The Y axis value for the map tile.GetMapTileRequest.Builder z(String z)
The zoom value for the map tile.
z - The zoom value for the map tile.GetMapTileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMapTileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.