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
Modifier and TypeMethodDescriptionThe name of the sprite file.The optional API key to authorize the request.The map resource associated with the sprite file.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
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) 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
GetMapSpritesRequest.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.
-