Interface GetMapSpritesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetMapSpritesRequest.Builder,GetMapSpritesRequest>, LocationRequest.Builder, SdkBuilder<GetMapSpritesRequest.Builder,GetMapSpritesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetMapSpritesRequest

public static interface GetMapSpritesRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<GetMapSpritesRequest.Builder,GetMapSpritesRequest>
  • Method Details

    • mapName

      The map resource associated with the sprite file.

      Parameters:
      mapName - The map resource associated with the sprite file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • fileName

      The name of the sprite file. Use the following file names for the sprite sheet:

      • sprites.png

      • sprites@2x.png for high pixel density displays

      For the JSON document containing image offsets. Use the following file names:

      • sprites.json

      • sprites@2x.json for high pixel density displays

      Parameters:
      fileName - The name of the sprite file. Use the following file names for the sprite sheet:

      • sprites.png

      • sprites@2x.png for high pixel density displays

      For the JSON document containing image offsets. Use the following file names:

      • sprites.json

      • sprites@2x.json for high pixel density displays

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

      The optional API key to authorize the request.

      Parameters:
      key - The optional API key to authorize the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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