Interface GetMapTileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMapTileResponse.Builder,
,GetMapTileResponse> LocationResponse.Builder
,SdkBuilder<GetMapTileResponse.Builder,
,GetMapTileResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMapTileResponse
public static interface GetMapTileResponse.Builder
extends LocationResponse.Builder, SdkPojo, CopyableBuilder<GetMapTileResponse.Builder,GetMapTileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionContains Mapbox Vector Tile (MVT) data.cacheControl
(String cacheControl) The HTTP Cache-Control directive for the value.contentType
(String contentType) The map tile's content type.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
blob
Contains Mapbox Vector Tile (MVT) data.
- Parameters:
blob
- Contains Mapbox Vector Tile (MVT) data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
The map tile's content type. For example,
application/vnd.mapbox-vector-tile
.- Parameters:
contentType
- The map tile's content type. For example,application/vnd.mapbox-vector-tile
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheControl
The HTTP Cache-Control directive for the value.
- Parameters:
cacheControl
- The HTTP Cache-Control directive for the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-