| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static ListMapsResponseEntry.Builder |
ListMapsResponseEntry.builder() |
ListMapsResponseEntry.Builder |
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 |
ListMapsResponseEntry.Builder.dataSource(String dataSource)
Specifies the data provider for the associated map tiles.
|
ListMapsResponseEntry.Builder |
ListMapsResponseEntry.Builder.description(String description)
The description for the map resource.
|
ListMapsResponseEntry.Builder |
ListMapsResponseEntry.Builder.mapName(String mapName)
The name of the associated map resource.
|
ListMapsResponseEntry.Builder |
ListMapsResponseEntry.Builder.pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
ListMapsResponseEntry.Builder |
ListMapsResponseEntry.Builder.pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
ListMapsResponseEntry.Builder |
ListMapsResponseEntry.toBuilder() |
ListMapsResponseEntry.Builder |
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. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMapsResponseEntry.Builder> |
ListMapsResponseEntry.serializableBuilderClass() |
Copyright © 2023. All rights reserved.