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
Modifier and TypeMethodDescriptionThe optional API key to authorize the request.The map resource to retrieve the map tiles from.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.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 Details
-
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.
-
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.
-
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
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.
-
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.
-
overrideConfiguration
GetMapTileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetMapTileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-