Interface GetMapSpritesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetMapSpritesResponse.Builder,GetMapSpritesResponse>, LocationResponse.Builder, SdkBuilder<GetMapSpritesResponse.Builder,GetMapSpritesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetMapSpritesResponse

public static interface GetMapSpritesResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<GetMapSpritesResponse.Builder,GetMapSpritesResponse>
  • Method Details

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