public static interface ListTrackersResponseEntry.Builder extends SdkPojo, CopyableBuilder<ListTrackersResponseEntry.Builder,ListTrackersResponseEntry>
| Modifier and Type | Method and Description |
|---|---|
ListTrackersResponseEntry.Builder |
createTime(Instant createTime)
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
ListTrackersResponseEntry.Builder |
description(String description)
The description for the tracker resource.
|
ListTrackersResponseEntry.Builder |
pricingPlan(PricingPlan pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
ListTrackersResponseEntry.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
ListTrackersResponseEntry.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
Deprecated.
Deprecated. Unused.
|
ListTrackersResponseEntry.Builder |
trackerName(String trackerName)
The name of the tracker resource.
|
ListTrackersResponseEntry.Builder |
updateTime(Instant updateTime)
The timestamp at which the device's position was determined.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListTrackersResponseEntry.Builder createTime(Instant createTime)
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
createTime - The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.ListTrackersResponseEntry.Builder description(String description)
The description for the tracker resource.
description - The description for the tracker resource.@Deprecated ListTrackersResponseEntry.Builder pricingPlan(String pricingPlan)
Always returns RequestBasedUsage.
pricingPlan - Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated ListTrackersResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
Always returns RequestBasedUsage.
pricingPlan - Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated ListTrackersResponseEntry.Builder pricingPlanDataSource(String pricingPlanDataSource)
No longer used. Always returns an empty string.
pricingPlanDataSource - No longer used. Always returns an empty string.ListTrackersResponseEntry.Builder trackerName(String trackerName)
The name of the tracker resource.
trackerName - The name of the tracker resource.ListTrackersResponseEntry.Builder updateTime(Instant updateTime)
The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.Copyright © 2022. All rights reserved.