Interface GetMapSpritesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMapSpritesResponse.Builder,GetMapSpritesResponse>,LocationResponse.Builder,SdkBuilder<GetMapSpritesResponse.Builder,GetMapSpritesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMapSpritesResponse
public static interface GetMapSpritesResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<GetMapSpritesResponse.Builder,GetMapSpritesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMapSpritesResponse.Builderblob(SdkBytes blob)Contains the body of the sprite sheet or JSON offset file.GetMapSpritesResponse.BuildercacheControl(String cacheControl)The HTTP Cache-Control directive for the value.GetMapSpritesResponse.BuildercontentType(String contentType)The content type of the sprite sheet and offsets.-
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
GetMapSpritesResponse.Builder blob(SdkBytes blob)
Contains the body of the sprite sheet or JSON offset file.
- Parameters:
blob- Contains the body of the sprite sheet or JSON offset file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheControl
GetMapSpritesResponse.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.
-
contentType
GetMapSpritesResponse.Builder contentType(String contentType)
The content type of the sprite sheet and offsets. For example, the sprite sheet content type is
image/png, and the sprite offset JSON document isapplication/json.- Parameters:
contentType- The content type of the sprite sheet and offsets. For example, the sprite sheet content type isimage/png, and the sprite offset JSON document isapplication/json.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-