Interface GetMapTileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMapTileRequest.Builder,GetMapTileRequest>,LocationRequest.Builder,SdkBuilder<GetMapTileRequest.Builder,GetMapTileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMapTileRequest
public static interface GetMapTileRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<GetMapTileRequest.Builder,GetMapTileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMapTileRequest.Builderkey(String key)The optional API key to authorize the request.GetMapTileRequest.BuildermapName(String mapName)The map resource to retrieve the map tiles from.GetMapTileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMapTileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetMapTileRequest.Builderx(String x)The X axis value for the map tile.GetMapTileRequest.Buildery(String y)The Y axis value for the map tile.GetMapTileRequest.Builderz(String z)The zoom value for the map tile.-
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.location.model.LocationRequest.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
-
mapName
GetMapTileRequest.Builder mapName(String mapName)
The map resource to retrieve the map tiles from.
- Parameters:
mapName- The map resource to retrieve the map tiles from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
z
GetMapTileRequest.Builder z(String z)
The 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.
-
x
GetMapTileRequest.Builder x(String x)
The X axis value for the map tile.
- Parameters:
x- The X axis value for the map tile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
y
GetMapTileRequest.Builder y(String y)
The 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.
-
key
GetMapTileRequest.Builder key(String key)
The optional API key to authorize the request.
- Parameters:
key- The optional API key to authorize the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMapTileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMapTileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-