Interface DescribeMapResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeMapResponse.Builder,,DescribeMapResponse> LocationResponse.Builder,SdkBuilder<DescribeMapResponse.Builder,,DescribeMapResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeMapResponse
-
Method Summary
Modifier and TypeMethodDescriptiondefault DescribeMapResponse.Builderconfiguration(Consumer<MapConfiguration.Builder> configuration) Specifies the map tile style selected from a partner data provider.configuration(MapConfiguration configuration) Specifies the map tile style selected from a partner data provider.createTime(Instant createTime) The timestamp for when the map resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.dataSource(String dataSource) Specifies the data provider for the associated map tiles.description(String description) The optional description for the map resource.The Amazon Resource Name (ARN) for the map resource.The map style selected from an available provider.pricingPlan(String pricingPlan) Deprecated.Deprecated.pricingPlan(PricingPlan pricingPlan) Deprecated.Deprecated.Tags associated with the map resource.updateTime(Instant updateTime) The timestamp for when the map resource was last update in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
mapName
The map style selected from an available provider.
- Parameters:
mapName- The map style selected from an available provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mapArn
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.
-
Format example:
arn:aws:geo:region:account-id:map/ExampleMap
- Parameters:
mapArn- The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.-
Format example:
arn:aws:geo:region:account-id:map/ExampleMap
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
pricingPlan
Deprecated.Deprecated. Always returns RequestBasedUsage.No longer used. Always returns
RequestBasedUsage.- Parameters:
pricingPlan- No longer used. Always returnsRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pricingPlan
Deprecated.Deprecated. Always returns RequestBasedUsage.No longer used. Always returns
RequestBasedUsage.- Parameters:
pricingPlan- No longer used. Always returnsRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataSource
Specifies the data provider for the associated map tiles.
- Parameters:
dataSource- Specifies the data provider for the associated map tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
Specifies the map tile style selected from a partner data provider.
- Parameters:
configuration- Specifies the map tile style selected from a partner data provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
Specifies the map tile style selected from a partner data provider.
This is a convenience method that creates an instance of theMapConfiguration.Builderavoiding the need to create one manually viaMapConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(MapConfiguration).- Parameters:
configuration- a consumer that will call methods onMapConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The optional description for the map resource.
- Parameters:
description- The optional description for the map resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Tags associated with the map resource.
- Parameters:
tags- Tags associated with the map resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Parameters:
createTime- The timestamp for when the map resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Parameters:
updateTime- The timestamp for when the map resource was last update in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-