Interface GetTileRequest.Builder

  • Method Details

    • tileset

      GetTileRequest.Builder tileset(String tileset)

      Specifies the desired tile set.

      Valid Values: raster.satellite | vector.basemap

      Parameters:
      tileset - Specifies the desired tile set.

      Valid Values: raster.satellite | vector.basemap

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • z

      The zoom value for the map tile.

      Parameters:
      z - The zoom value for the map tile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • x

      The X axis value for the map tile. Must be between 0 and 19.

      Parameters:
      x - The X axis value for the map tile. Must be between 0 and 19.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • y

      The Y axis value for the map tile.

      Parameters:
      y - The Y axis value for the map tile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • key

      Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.

      Parameters:
      key - Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetTileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.