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)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
ListGeofenceCollectionsResponseEntry.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
ListGeofenceCollectionsResponseEntry.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
Deprecated.
Deprecated. Unused.
|
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 collection@Deprecated ListGeofenceCollectionsResponseEntry.Builder pricingPlan(String pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated ListGeofenceCollectionsResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
No longer used. Always returns RequestBasedUsage.
pricingPlan - No longer used. Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated ListGeofenceCollectionsResponseEntry.Builder pricingPlanDataSource(String pricingPlanDataSource)
No longer used. Always returns an empty string.
pricingPlanDataSource - No longer used. Always returns an empty string.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 © 2023. All rights reserved.