Interface GetMapGlyphsResponse.Builder

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

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

    • blob

      The glyph, as binary blob.

      Parameters:
      blob - The glyph, as binary blob.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cacheControl

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

      GetMapGlyphsResponse.Builder contentType(String contentType)

      The map glyph content type. For example, application/octet-stream.

      Parameters:
      contentType - The map glyph content type. For example, application/octet-stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.