| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static ListGeofenceCollectionsResponseEntry.Builder |
ListGeofenceCollectionsResponseEntry.builder() |
ListGeofenceCollectionsResponseEntry.Builder |
ListGeofenceCollectionsResponseEntry.Builder.collectionName(String collectionName)
The name of the geofence collection.
|
ListGeofenceCollectionsResponseEntry.Builder |
ListGeofenceCollectionsResponseEntry.Builder.createTime(Instant createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
ListGeofenceCollectionsResponseEntry.Builder |
ListGeofenceCollectionsResponseEntry.Builder.description(String description)
The description for the geofence collection
|
ListGeofenceCollectionsResponseEntry.Builder |
ListGeofenceCollectionsResponseEntry.Builder.pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified geofence collection.
|
ListGeofenceCollectionsResponseEntry.Builder |
ListGeofenceCollectionsResponseEntry.Builder.pricingPlan(String pricingPlan)
The pricing plan for the specified geofence collection.
|
ListGeofenceCollectionsResponseEntry.Builder |
ListGeofenceCollectionsResponseEntry.Builder.pricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the geofence collection.
|
ListGeofenceCollectionsResponseEntry.Builder |
ListGeofenceCollectionsResponseEntry.toBuilder() |
ListGeofenceCollectionsResponseEntry.Builder |
ListGeofenceCollectionsResponseEntry.Builder.updateTime(Instant updateTime)
Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListGeofenceCollectionsResponseEntry.Builder> |
ListGeofenceCollectionsResponseEntry.serializableBuilderClass() |
Copyright © 2022. All rights reserved.