Interface GetMapSpritesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMapSpritesResponse.Builder,
,GetMapSpritesResponse> LocationResponse.Builder
,SdkBuilder<GetMapSpritesResponse.Builder,
,GetMapSpritesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMapSpritesResponse
public static interface GetMapSpritesResponse.Builder
extends LocationResponse.Builder, SdkPojo, CopyableBuilder<GetMapSpritesResponse.Builder,GetMapSpritesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionContains the body of the sprite sheet or JSON offset file.cacheControl
(String cacheControl) The HTTP Cache-Control directive for the value.contentType
(String contentType) The content type of the sprite sheet and offsets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
blob
Contains the body of the sprite sheet or JSON offset file.
- Parameters:
blob
- Contains the body of the sprite sheet or JSON offset file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
The content type of the sprite sheet and offsets. For example, the sprite sheet content type is
image/png
, and the sprite offset JSON document isapplication/json
.- Parameters:
contentType
- The content type of the sprite sheet and offsets. For example, the sprite sheet content type isimage/png
, and the sprite offset JSON document isapplication/json
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheControl
The HTTP Cache-Control directive for the value.
- Parameters:
cacheControl
- The HTTP Cache-Control directive for the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-