public static interface ListGeofenceCollectionsResponseEntry.Builder extends SdkPojo, CopyableBuilder<ListGeofenceCollectionsResponseEntry.Builder,ListGeofenceCollectionsResponseEntry>
| Modifier and Type | Method and Description |
|---|---|
ListGeofenceCollectionsResponseEntry.Builder |
collectionName(String collectionName)
The name of the geofence collection.
|
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 |
description(String description)
The description for the geofence collection
|
ListGeofenceCollectionsResponseEntry.Builder |
pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified geofence collection.
|
ListGeofenceCollectionsResponseEntry.Builder |
pricingPlan(String pricingPlan)
The pricing plan for the specified geofence collection.
|
ListGeofenceCollectionsResponseEntry.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the geofence collection.
|
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 |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListGeofenceCollectionsResponseEntry.Builder collectionName(String collectionName)
The name of the geofence collection.
collectionName - The name of the geofence collection.ListGeofenceCollectionsResponseEntry.Builder createTime(Instant createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
createTime - The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZListGeofenceCollectionsResponseEntry.Builder description(String description)
The description for the geofence collection
description - The description for the geofence collectionListGeofenceCollectionsResponseEntry.Builder pricingPlan(String pricingPlan)
The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanListGeofenceCollectionsResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan for the specified geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanListGeofenceCollectionsResponseEntry.Builder pricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the geofence collection.
pricingPlanDataSource - The specified data provider for the geofence collection.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
updateTime - Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZCopyright © 2021. All rights reserved.