public static interface DescribeMapResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<DescribeMapResponse.Builder,DescribeMapResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeMapResponse.Builder |
configuration(Consumer<MapConfiguration.Builder> configuration)
Specifies the map tile style selected from a partner data provider.
|
DescribeMapResponse.Builder |
configuration(MapConfiguration configuration)
Specifies the map tile style selected from a partner data provider.
|
DescribeMapResponse.Builder |
createTime(Instant createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribeMapResponse.Builder |
dataSource(String dataSource)
Specifies the data provider for the associated map tiles.
|
DescribeMapResponse.Builder |
description(String description)
The optional description for the map resource.
|
DescribeMapResponse.Builder |
mapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource.
|
DescribeMapResponse.Builder |
mapName(String mapName)
The map style selected from an available provider.
|
DescribeMapResponse.Builder |
pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribeMapResponse.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribeMapResponse.Builder |
tags(Map<String,String> tags)
Tags associated with the map resource.
|
DescribeMapResponse.Builder |
updateTime(Instant updateTime)
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMapResponse.Builder configuration(MapConfiguration configuration)
Specifies the map tile style selected from a partner data provider.
configuration - Specifies the map tile style selected from a partner data provider.default DescribeMapResponse.Builder configuration(Consumer<MapConfiguration.Builder> configuration)
Specifies the map tile style selected from a partner data provider.
This is a convenience method that creates an instance of theMapConfiguration.Builder avoiding the
need to create one manually via MapConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to configuration(MapConfiguration).
configuration - a consumer that will call methods on MapConfiguration.Builderconfiguration(MapConfiguration)DescribeMapResponse.Builder createTime(Instant createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
createTime - The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.DescribeMapResponse.Builder dataSource(String dataSource)
Specifies the data provider for the associated map tiles.
dataSource - Specifies the data provider for the associated map tiles.DescribeMapResponse.Builder description(String description)
The optional description for the map resource.
description - The optional description for the map resource.DescribeMapResponse.Builder mapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:map/ExampleMap
mapArn - The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all AWS.
Format example: arn:aws:geo:region:account-id:map/ExampleMap
DescribeMapResponse.Builder mapName(String mapName)
The map style selected from an available provider.
mapName - The map style selected from an available provider.@Deprecated DescribeMapResponse.Builder pricingPlan(String pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated DescribeMapResponse.Builder pricingPlan(PricingPlan pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.PricingPlan,
PricingPlanDescribeMapResponse.Builder tags(Map<String,String> tags)
Tags associated with the map resource.
tags - Tags associated with the map resource.DescribeMapResponse.Builder updateTime(Instant updateTime)
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.Copyright © 2023. All rights reserved.