Interface GetMapGlyphsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMapGlyphsResponse.Builder,GetMapGlyphsResponse>,LocationResponse.Builder,SdkBuilder<GetMapGlyphsResponse.Builder,GetMapGlyphsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMapGlyphsResponse
public static interface GetMapGlyphsResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<GetMapGlyphsResponse.Builder,GetMapGlyphsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMapGlyphsResponse.Builderblob(SdkBytes blob)The glyph, as binary blob.GetMapGlyphsResponse.BuildercacheControl(String cacheControl)The HTTP Cache-Control directive for the value.GetMapGlyphsResponse.BuildercontentType(String contentType)The map glyph content type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
blob
GetMapGlyphsResponse.Builder blob(SdkBytes blob)
The glyph, as binary blob.
- Parameters:
blob- The glyph, as binary blob.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
GetMapGlyphsResponse.Builder contentType(String contentType)
The map glyph content type. For example,
application/octet-stream.- Parameters:
contentType- The map glyph content type. For example,application/octet-stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheControl
GetMapGlyphsResponse.Builder cacheControl(String cacheControl)
The HTTP Cache-Control directive for the value.
- Parameters:
cacheControl- The HTTP Cache-Control directive for the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-