Interface GetStaticMapResponse.Builder

    • Method Detail

      • blob

        GetStaticMapResponse.Builder blob​(SdkBytes blob)

        The blob represents a map image as a jpeg for the GetStaticMap API.

        Parameters:
        blob - The blob represents a map image as a jpeg for the GetStaticMap API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentType

        GetStaticMapResponse.Builder contentType​(String contentType)

        Header that represents the format of the response. The response returns the following as the HTTP body.

        Parameters:
        contentType - Header that represents the format of the response. The response returns the following as the HTTP body.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheControl

        GetStaticMapResponse.Builder cacheControl​(String cacheControl)

        Header that instructs caching configuration for the client.

        Parameters:
        cacheControl - Header that instructs caching configuration for the client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eTag

        GetStaticMapResponse.Builder eTag​(String eTag)

        The static map's Etag.

        Parameters:
        eTag - The static map's Etag.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pricingBucket

        GetStaticMapResponse.Builder pricingBucket​(String pricingBucket)

        The pricing bucket for which the request is charged at.

        Parameters:
        pricingBucket - The pricing bucket for which the request is charged at.
        Returns:
        Returns a reference to this object so that method calls can be chained together.