Interface GetMapGlyphsResponse.Builder

    • Method Detail

      • blob

        GetMapGlyphsResponse.Builder blob​(SdkBytes blob)

        The glyph, as binary blob.

        Parameters:
        blob - The glyph, as binary blob.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentType

        GetMapGlyphsResponse.Builder contentType​(String contentType)

        The map glyph content type. For example, application/octet-stream.

        Parameters:
        contentType - The map glyph content type. For example, application/octet-stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheControl

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