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