Interface GetStaticMapResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetStaticMapResponse.Builder,
,GetStaticMapResponse> GeoMapsResponse.Builder
,SdkBuilder<GetStaticMapResponse.Builder,
,GetStaticMapResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetStaticMapResponse
@Mutable
@NotThreadSafe
public static interface GetStaticMapResponse.Builder
extends GeoMapsResponse.Builder, SdkPojo, CopyableBuilder<GetStaticMapResponse.Builder,GetStaticMapResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe blob represents a map image as ajpeg
for theGetStaticMap
API.cacheControl
(String cacheControl) Header that instructs caching configuration for the client.contentType
(String contentType) Header that represents the format of the response.The static map's Etag.pricingBucket
(String pricingBucket) The pricing bucket for which the request is charged at.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.geomaps.model.GeoMapsResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
blob
The blob represents a map image as a
jpeg
for theGetStaticMap
API.- Parameters:
blob
- The blob represents a map image as ajpeg
for theGetStaticMap
API.- 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 static map's Etag.
- Parameters:
eTag
- The static map's Etag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingBucket
The pricing bucket for which the request is charged at.
- Parameters:
pricingBucket
- The pricing bucket for which the request is charged at.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-