Interface GetTileResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetTileResponse.Builder,,- GetTileResponse> - GeoMapsResponse.Builder,- SdkBuilder<GetTileResponse.Builder,,- GetTileResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetTileResponse
@Mutable
@NotThreadSafe
public static interface GetTileResponse.Builder
extends GeoMapsResponse.Builder, SdkPojo, CopyableBuilder<GetTileResponse.Builder,GetTileResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe blob represents a vector tile inmvtor a raster tile in an image format.cacheControl(String cacheControl) Header that instructs caching configuration for the client.contentType(String contentType) Header that represents the format of the response.The pricing bucket for which the request is charged at.pricingBucket(String pricingBucket) The pricing bucket for which the request is charged at.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 blob represents a vector tile in mvtor a raster tile in an image format.- Parameters:
- blob- The blob represents a vector tile in- mvtor a raster tile in an image format.
- 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 pricing bucket for which the request is charged at. - Parameters:
- eTag- 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.
 
- 
pricingBucketThe 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.
 
 
-