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 specified data provider for the tracker resource.
|
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 Amazon Location Service pricing.
pricingPlan - The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
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 Amazon Location Service pricing.
pricingPlan - The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan,
PricingPlanListTrackersResponseEntry.Builder pricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the tracker resource.
pricingPlanDataSource - The specified data provider for the tracker resource.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.