Interface GetMapGlyphsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetMapGlyphsRequest.Builder,,- GetMapGlyphsRequest> - LocationRequest.Builder,- SdkBuilder<GetMapGlyphsRequest.Builder,,- GetMapGlyphsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetMapGlyphsRequest
- 
Method SummaryModifier and TypeMethodDescriptionA comma-separated list of fonts to load glyphs from in order of preference.fontUnicodeRange(String fontUnicodeRange) A Unicode range of characters to download glyphs for.The optional API key to authorize the request.The map resource associated with the glyph file.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.location.model.LocationRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
mapNameThe map resource associated with the glyph file. - Parameters:
- mapName- The map resource associated with the glyph file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fontStackA comma-separated list of fonts to load glyphs from in order of preference. For example, Noto Sans Regular, Arial Unicode.Valid font stacks for Esri styles: - 
 VectorEsriDarkGrayCanvas – Ubuntu Medium Italic|Ubuntu Medium|Ubuntu Italic|Ubuntu Regular|Ubuntu Bold
- 
 VectorEsriLightGrayCanvas – Ubuntu Italic|Ubuntu Regular|Ubuntu Light|Ubuntu Bold
- 
 VectorEsriTopographic – Noto Sans Italic|Noto Sans Regular|Noto Sans Bold|Noto Serif Regular|Roboto Condensed Light Italic
- 
 VectorEsriStreets – Arial Regular|Arial Italic|Arial Bold
- 
 VectorEsriNavigation – Arial Regular|Arial Italic|Arial Bold
 Valid font stacks for HERE Technologies styles: - 
 VectorHereContrast – Fira GO Regular|Fira GO Bold
- 
 VectorHereExplore, VectorHereExploreTruck, HybridHereExploreSatellite – Fira GO Italic|Fira GO Map|Fira GO Map Bold|Noto Sans CJK JP Bold|Noto Sans CJK JP Light|Noto Sans CJK JP Regular
 Valid font stacks for GrabMaps styles: - 
 VectorGrabStandardLight, VectorGrabStandardDark – Noto Sans Regular|Noto Sans Medium|Noto Sans Bold
 Valid font stacks for Open Data styles: - 
 VectorOpenDataStandardLight, VectorOpenDataStandardDark, VectorOpenDataVisualizationLight, VectorOpenDataVisualizationDark – Amazon Ember Regular,Noto Sans Regular|Amazon Ember Bold,Noto Sans Bold|Amazon Ember Medium,Noto Sans Medium|Amazon Ember Regular Italic,Noto Sans Italic|Amazon Ember Condensed RC Regular,Noto Sans Regular|Amazon Ember Condensed RC Bold,Noto Sans Bold|Amazon Ember Regular,Noto Sans Regular,Noto Sans Arabic Regular|Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed Bold|Amazon Ember Bold,Noto Sans Bold,Noto Sans Arabic Bold|Amazon Ember Regular Italic,Noto Sans Italic,Noto Sans Arabic Regular|Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed Regular|Amazon Ember Medium,Noto Sans Medium,Noto Sans Arabic Medium
 The fonts used by the Open Data map styles are combined fonts that use Amazon Emberfor most glyphs butNoto Sansfor glyphs unsupported byAmazon Ember.- Parameters:
- fontStack- A comma-separated list of fonts to load glyphs from in order of preference. For example,- Noto Sans Regular, Arial Unicode.- Valid font stacks for Esri styles: - 
        VectorEsriDarkGrayCanvas – Ubuntu Medium Italic|Ubuntu Medium|Ubuntu Italic|Ubuntu Regular|Ubuntu Bold
- 
        VectorEsriLightGrayCanvas – Ubuntu Italic|Ubuntu Regular|Ubuntu Light|Ubuntu Bold
- 
        VectorEsriTopographic – Noto Sans Italic|Noto Sans Regular|Noto Sans Bold|Noto Serif Regular|Roboto Condensed Light Italic
- 
        VectorEsriStreets – Arial Regular|Arial Italic|Arial Bold
- 
        VectorEsriNavigation – Arial Regular|Arial Italic|Arial Bold
 - Valid font stacks for HERE Technologies styles: - 
        VectorHereContrast – Fira GO Regular|Fira GO Bold
- 
        VectorHereExplore, VectorHereExploreTruck, HybridHereExploreSatellite – Fira GO Italic|Fira GO Map|Fira GO Map Bold|Noto Sans CJK JP Bold|Noto Sans CJK JP Light|Noto Sans CJK JP Regular
 - Valid font stacks for GrabMaps styles: - 
        VectorGrabStandardLight, VectorGrabStandardDark – Noto Sans Regular|Noto Sans Medium|Noto Sans Bold
 - Valid font stacks for Open Data styles: - 
        VectorOpenDataStandardLight, VectorOpenDataStandardDark, VectorOpenDataVisualizationLight, VectorOpenDataVisualizationDark – Amazon Ember Regular,Noto Sans Regular|Amazon Ember Bold,Noto Sans Bold|Amazon Ember Medium,Noto Sans Medium|Amazon Ember Regular Italic,Noto Sans Italic|Amazon Ember Condensed RC Regular,Noto Sans Regular|Amazon Ember Condensed RC Bold,Noto Sans Bold|Amazon Ember Regular,Noto Sans Regular,Noto Sans Arabic Regular|Amazon Ember Condensed RC Bold,Noto Sans Bold,Noto Sans Arabic Condensed Bold|Amazon Ember Bold,Noto Sans Bold,Noto Sans Arabic Bold|Amazon Ember Regular Italic,Noto Sans Italic,Noto Sans Arabic Regular|Amazon Ember Condensed RC Regular,Noto Sans Regular,Noto Sans Arabic Condensed Regular|Amazon Ember Medium,Noto Sans Medium,Noto Sans Arabic Medium
 - The fonts used by the Open Data map styles are combined fonts that use - Amazon Emberfor most glyphs but- Noto Sansfor glyphs unsupported by- Amazon Ember.
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
 
- 
fontUnicodeRangeA Unicode range of characters to download glyphs for. Each response will contain 256 characters. For example, 0–255 includes all characters from range U+0000to00FF. Must be aligned to multiples of 256.- Parameters:
- 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+0000to- 00FF. Must be aligned to multiples of 256.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
key
- 
overrideConfigurationGetMapGlyphsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetMapGlyphsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-