public static interface ListMapsResponseEntry.Builder extends SdkPojo, CopyableBuilder<ListMapsResponseEntry.Builder,ListMapsResponseEntry>
| Modifier and Type | Method and Description |
|---|---|
ListMapsResponseEntry.Builder |
createTime(Instant createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListMapsResponseEntry.Builder |
dataSource(String dataSource)
Specifies the data provider for the associated map tiles.
|
ListMapsResponseEntry.Builder |
description(String description)
The description for the map resource.
|
ListMapsResponseEntry.Builder |
mapName(String mapName)
The name of the associated map resource.
|
ListMapsResponseEntry.Builder |
pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified map resource.
|
ListMapsResponseEntry.Builder |
pricingPlan(String pricingPlan)
The pricing plan for the specified map resource.
|
ListMapsResponseEntry.Builder |
updateTime(Instant updateTime)
The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListMapsResponseEntry.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.ListMapsResponseEntry.Builder dataSource(String dataSource)
Specifies the data provider for the associated map tiles.
dataSource - Specifies the data provider for the associated map tiles.ListMapsResponseEntry.Builder description(String description)
The description for the map resource.
description - The description for the map resource.ListMapsResponseEntry.Builder mapName(String mapName)
The name of the associated map resource.
mapName - The name of the associated map resource.ListMapsResponseEntry.Builder pricingPlan(String pricingPlan)
The pricing plan for the specified map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan for the specified map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanListMapsResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan for the specified map resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanListMapsResponseEntry.Builder updateTime(Instant updateTime)
The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.Copyright © 2021. All rights reserved.