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