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)
The pricing plan for the specified tracker resource.
|
ListTrackersResponseEntry.Builder |
pricingPlan(String pricingPlan)
The pricing plan for the specified tracker resource.
|
ListTrackersResponseEntry.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
The data source selected for the tracker resource and associated pricing plan.
|
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.ListTrackersResponseEntry.Builder pricingPlan(String pricingPlan)
The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanListTrackersResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanListTrackersResponseEntry.Builder pricingPlanDataSource(String pricingPlanDataSource)
The data source selected for the tracker resource and associated pricing plan.
pricingPlanDataSource - The data source selected for the tracker resource and associated pricing plan.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 © 2021. All rights reserved.