Interface GetSpritesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetSpritesRequest.Builder,,- GetSpritesRequest> - GeoMapsRequest.Builder,- SdkBuilder<GetSpritesRequest.Builder,,- GetSpritesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetSpritesRequest
- 
Method SummaryModifier and TypeMethodDescriptioncolorScheme(String colorScheme) Sets color tone for map such as dark and light for specific map styles.colorScheme(ColorScheme colorScheme) Sets color tone for map such as dark and light for specific map styles.SpritesAPI: The name of the sprite file to retrieve, following patternsprites(@2x)?\.(png|json).overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Style specifies the desired map style for theSpritesAPIs.Style specifies the desired map style for theSpritesAPIs.Optimizes map styles for specific use case or industry.Optimizes map styles for specific use case or industry.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.geomaps.model.GeoMapsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fileNameSpritesAPI: The name of the sprite file to retrieve, following patternsprites(@2x)?\.(png|json).Example: sprites.png- Parameters:
- fileName-- SpritesAPI: The name of the sprite file to retrieve, following pattern- sprites(@2x)?\.(png|json).- Example: - sprites.png
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
styleStyle specifies the desired map style for the SpritesAPIs.- Parameters:
- style- Style specifies the desired map style for the- SpritesAPIs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
styleStyle specifies the desired map style for the SpritesAPIs.- Parameters:
- style- Style specifies the desired map style for the- SpritesAPIs.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
colorSchemeSets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome. Example: LightDefault value: LightValid values for ColorScheme are case sensitive. - Parameters:
- colorScheme- Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.- Example: - Light- Default value: - Light- Valid values for ColorScheme are case sensitive. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
colorSchemeSets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome. Example: LightDefault value: LightValid values for ColorScheme are case sensitive. - Parameters:
- colorScheme- Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.- Example: - Light- Default value: - Light- Valid values for ColorScheme are case sensitive. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
variantOptimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style. Example: DefaultValid values for Variant are case sensitive. - Parameters:
- variant- Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.- Example: - Default- Valid values for Variant are case sensitive. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
variantOptimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style. Example: DefaultValid values for Variant are case sensitive. - Parameters:
- variant- Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.- Example: - Default- Valid values for Variant are case sensitive. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationGetSpritesRequest.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.
 
- 
overrideConfigurationGetSpritesRequest.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.
 
 
-