Interface GetMapStyleDescriptorResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMapStyleDescriptorResponse.Builder,GetMapStyleDescriptorResponse>,LocationResponse.Builder,SdkBuilder<GetMapStyleDescriptorResponse.Builder,GetMapStyleDescriptorResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMapStyleDescriptorResponse
public static interface GetMapStyleDescriptorResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<GetMapStyleDescriptorResponse.Builder,GetMapStyleDescriptorResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMapStyleDescriptorResponse.Builderblob(SdkBytes blob)Contains the body of the style descriptor.GetMapStyleDescriptorResponse.BuildercacheControl(String cacheControl)The HTTP Cache-Control directive for the value.GetMapStyleDescriptorResponse.BuildercontentType(String contentType)The style descriptor's 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
GetMapStyleDescriptorResponse.Builder blob(SdkBytes blob)
Contains the body of the style descriptor.
- Parameters:
blob- Contains the body of the style descriptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contentType
GetMapStyleDescriptorResponse.Builder contentType(String contentType)
The style descriptor's content type. For example,
application/json.- Parameters:
contentType- The style descriptor's content type. For example,application/json.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cacheControl
GetMapStyleDescriptorResponse.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.
-
-