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 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.
    • 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.
    • 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.