Interface GetGlyphsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<GetGlyphsResponse.Builder,,- GetGlyphsResponse> - GeoMapsResponse.Builder,- SdkBuilder<GetGlyphsResponse.Builder,,- GetGlyphsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- GetGlyphsResponse
@Mutable
@NotThreadSafe
public static interface GetGlyphsResponse.Builder
extends GeoMapsResponse.Builder, SdkPojo, CopyableBuilder<GetGlyphsResponse.Builder,GetGlyphsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Glyph, as a binary blob.cacheControl(String cacheControl) Header that instructs caching configuration for the client.contentType(String contentType) Header that represents the format of the response.The glyph'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 Glyph, as a binary blob. - Parameters:
- blob- The Glyph, as a binary blob.
- 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 glyph's Etag. - Parameters:
- eTag- The glyph's Etag.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-