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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMapTileResponse.Builderblob(SdkBytes blob)Contains Mapbox Vector Tile (MVT) data.GetMapTileResponse.BuildercacheControl(String cacheControl)The HTTP Cache-Control directive for the value.GetMapTileResponse.BuildercontentType(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 Detail
-
blob
GetMapTileResponse.Builder blob(SdkBytes 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
GetMapTileResponse.Builder contentType(String 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
GetMapTileResponse.Builder cacheControl(String 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.
-
-