Interface GetSpritesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSpritesResponse.Builder,,GetSpritesResponse> GeoMapsResponse.Builder,SdkBuilder<GetSpritesResponse.Builder,,GetSpritesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetSpritesResponse
@Mutable
@NotThreadSafe
public static interface GetSpritesResponse.Builder
extends GeoMapsResponse.Builder, SdkPojo, CopyableBuilder<GetSpritesResponse.Builder,GetSpritesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).cacheControl(String cacheControl) Header that instructs caching configuration for the client.contentType(String contentType) Header that represents the format of the response.The sprite's Etag.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.geomaps.model.GeoMapsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
blob
The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).
- Parameters:
blob- The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
Header that represents the format of the response. The response returns the following as the HTTP body.
- Parameters:
contentType- Header that represents the format of the response. The response returns the following as the HTTP body.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheControl
Header that instructs caching configuration for the client.
- Parameters:
cacheControl- Header that instructs caching configuration for the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
The sprite's Etag.
- Parameters:
eTag- The sprite's Etag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-