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)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
ListMapsResponseEntry.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
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.@Deprecated ListMapsResponseEntry.Builder pricingPlan(String pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated ListMapsResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.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 © 2022. All rights reserved.