Interface GetMapSpritesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetMapSpritesRequest.Builder,GetMapSpritesRequest>,LocationRequest.Builder,SdkBuilder<GetMapSpritesRequest.Builder,GetMapSpritesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMapSpritesRequest
public static interface GetMapSpritesRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<GetMapSpritesRequest.Builder,GetMapSpritesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMapSpritesRequest.BuilderfileName(String fileName)The name of the sprite file.GetMapSpritesRequest.Builderkey(String key)The optional API key to authorize the request.GetMapSpritesRequest.BuildermapName(String mapName)The map resource associated with the sprite file.GetMapSpritesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMapSpritesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.location.model.LocationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
mapName
GetMapSpritesRequest.Builder mapName(String mapName)
The map resource associated with the sprite file.
- Parameters:
mapName- The map resource associated with the sprite file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
GetMapSpritesRequest.Builder fileName(String fileName)
The name of the sprite file. Use the following file names for the sprite sheet:
-
sprites.png -
sprites@2x.pngfor high pixel density displays
For the JSON document containing image offsets. Use the following file names:
-
sprites.json -
sprites@2x.jsonfor high pixel density displays
- Parameters:
fileName- The name of the sprite file. Use the following file names for the sprite sheet:-
sprites.png -
sprites@2x.pngfor high pixel density displays
For the JSON document containing image offsets. Use the following file names:
-
sprites.json -
sprites@2x.jsonfor high pixel density displays
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
key
GetMapSpritesRequest.Builder key(String key)
The optional API key to authorize the request.
- Parameters:
key- The optional API key to authorize the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMapSpritesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMapSpritesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-