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 Summary
Modifier 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.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.geomaps.model.GeoMapsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fileName
SpritesAPI: 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 patternsprites(@2x)?\.(png|json).Example:
sprites.png- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
style
Style specifies the desired map style for the
SpritesAPIs.- Parameters:
style- Style specifies the desired map style for theSpritesAPIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
style
Style specifies the desired map style for the
SpritesAPIs.- Parameters:
style- Style specifies the desired map style for theSpritesAPIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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:
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:
LightDefault value:
LightValid values for ColorScheme are case sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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:
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:
LightDefault value:
LightValid values for ColorScheme are case sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
variant
Optimizes 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:
DefaultValid values for Variant are case sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
variant
Optimizes 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:
DefaultValid values for Variant are case sensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
GetSpritesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetSpritesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-