public static interface GetMapGlyphsRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<GetMapGlyphsRequest.Builder,GetMapGlyphsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMapGlyphsRequest.Builder |
fontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference..
|
GetMapGlyphsRequest.Builder |
fontUnicodeRange(String fontUnicodeRange)
A Unicode range of characters to download glyphs for.
|
GetMapGlyphsRequest.Builder |
mapName(String mapName)
The map resource associated with the glyph file.
|
GetMapGlyphsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMapGlyphsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMapGlyphsRequest.Builder fontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference.. For example,
Noto Sans, Arial Unicode.
fontStack - A comma-separated list of fonts to load glyphs from in order of preference.. For example,
Noto Sans, Arial Unicode.GetMapGlyphsRequest.Builder fontUnicodeRange(String fontUnicodeRange)
A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For example,
0–255 includes all characters from range U+0000 to 00FF. Must be aligned to
multiples of 256.
fontUnicodeRange - A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For
example, 0–255 includes all characters from range U+0000 to 00FF. Must be
aligned to multiples of 256.GetMapGlyphsRequest.Builder mapName(String mapName)
The map resource associated with the glyph file.
mapName - The map resource associated with the glyph file.GetMapGlyphsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMapGlyphsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.