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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.geomaps.model.GeoMapsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
blobThe 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.
 
- 
contentTypeHeader 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.
 
- 
cacheControlHeader 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.
 
- 
eTagThe sprite's Etag. - Parameters:
- eTag- The sprite's Etag.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-