Interface GetTileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetTileResponse.Builder,GetTileResponse>,GeoMapsResponse.Builder,SdkBuilder<GetTileResponse.Builder,GetTileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetTileResponse
public static interface GetTileResponse.Builder extends GeoMapsResponse.Builder, SdkPojo, CopyableBuilder<GetTileResponse.Builder,GetTileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTileResponse.Builderblob(SdkBytes blob)The blob represents a vector tile inmvtformat for theGetTileAPI.GetTileResponse.BuildercacheControl(String cacheControl)Header that instructs caching configuration for the client.GetTileResponse.BuildercontentType(String contentType)Header that represents the format of the response.GetTileResponse.BuildereTag(String eTag)The pricing bucket for which the request is charged at.GetTileResponse.BuilderpricingBucket(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 Detail
-
blob
GetTileResponse.Builder blob(SdkBytes blob)
The blob represents a vector tile in
mvtformat for theGetTileAPI.- Parameters:
blob- The blob represents a vector tile inmvtformat for theGetTileAPI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
GetTileResponse.Builder contentType(String 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
GetTileResponse.Builder cacheControl(String 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
GetTileResponse.Builder eTag(String eTag)
The 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.
-
pricingBucket
GetTileResponse.Builder pricingBucket(String 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.
-
-