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.Sprites
API: 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 theSprites
APIs.Style specifies the desired map style for theSprites
APIs.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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.geomaps.model.GeoMapsRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fileName
Sprites
API: The name of the sprite file to retrieve, following patternsprites(@2x)?\.(png|json)
.Example:
sprites.png
- Parameters:
fileName
-Sprites
API: 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
Sprites
APIs.- Parameters:
style
- Style specifies the desired map style for theSprites
APIs.- 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
Sprites
APIs.- Parameters:
style
- Style specifies the desired map style for theSprites
APIs.- 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:
Light
Default value:
Light
Valid 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:
-
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.
- 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:
-
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.
- 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:
-
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.
- 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:
-
overrideConfiguration
GetSpritesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-