public static interface GetMapSpritesRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<GetMapSpritesRequest.Builder,GetMapSpritesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetMapSpritesRequest.Builder |
fileName(String fileName)
The name of the sprite file.
|
GetMapSpritesRequest.Builder |
mapName(String mapName)
The map resource associated with the sprite file.
|
GetMapSpritesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetMapSpritesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMapSpritesRequest.Builder fileName(String fileName)
The name of the sprite file. Use the following file names for the sprite sheet:
sprites.png
sprites@2x.png for high pixel density displays
For the JSON document containing image offsets. Use the following file names:
sprites.json
sprites@2x.json for high pixel density displays
fileName - The name of the sprite file. Use the following file names for the sprite sheet:
sprites.png
sprites@2x.png for high pixel density displays
For the JSON document containing image offsets. Use the following file names:
sprites.json
sprites@2x.json for high pixel density displays
GetMapSpritesRequest.Builder mapName(String mapName)
The map resource associated with the sprite file.
mapName - The map resource associated with the sprite file.GetMapSpritesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetMapSpritesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.