Interface GetTileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTileRequest.Builder,GetTileRequest>,GeoMapsRequest.Builder,SdkBuilder<GetTileRequest.Builder,GetTileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTileRequest
public static interface GetTileRequest.Builder extends GeoMapsRequest.Builder, SdkPojo, CopyableBuilder<GetTileRequest.Builder,GetTileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTileRequest.Builderkey(String key)Optional: The API key to be used for authorization.GetTileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTileRequest.Buildertileset(String tileset)Specifies the desired tile set.GetTileRequest.Builderx(String x)The X axis value for the map tile.GetTileRequest.Buildery(String y)The Y axis value for the map tile.GetTileRequest.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.geomaps.model.GeoMapsRequest.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
-
tileset
GetTileRequest.Builder tileset(String tileset)
Specifies 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.
-
z
GetTileRequest.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
GetTileRequest.Builder x(String x)
The 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.
-
y
GetTileRequest.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
GetTileRequest.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
GetTileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-