Interface GetMapSpritesResponse.Builder

    • Method Detail

      • blob

        GetMapSpritesResponse.Builder blob​(SdkBytes blob)

        Contains the body of the sprite sheet or JSON offset file.

        Parameters:
        blob - Contains the body of the sprite sheet or JSON offset file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheControl

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

        GetMapSpritesResponse.Builder contentType​(String contentType)

        The content type of the sprite sheet and offsets. For example, the sprite sheet content type is image/png, and the sprite offset JSON document is application/json.

        Parameters:
        contentType - The content type of the sprite sheet and offsets. For example, the sprite sheet content type is image/png, and the sprite offset JSON document is application/json.
        Returns:
        Returns a reference to this object so that method calls can be chained together.