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)
The pricing plan selected for the specified map resource.
|
DescribeMapResponse.Builder |
pricingPlan(String pricingPlan)
The pricing plan selected for the specified map resource.
|
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 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:maps/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:maps/ExampleMap
DescribeMapResponse.Builder mapName(String mapName)
The map style selected from an available provider.
mapName - The map style selected from an available provider.DescribeMapResponse.Builder pricingPlan(String pricingPlan)
The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p>
pricingPlan - The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p> PricingPlan,
PricingPlanDescribeMapResponse.Builder pricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p>
pricingPlan - The pricing plan selected for the specified map resource.
<p>For additional details and restrictions on each pricing plan option, see the <a href="https://aws.amazon.com/location/pricing/">Amazon Location Service pricing page</a>.</p> 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 © 2021. All rights reserved.