public static interface DescribeTrackerResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrackerResponse.Builder,DescribeTrackerResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTrackerResponse.Builder |
createTime(Instant createTime)
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribeTrackerResponse.Builder |
description(String description)
The optional description for the tracker resource.
|
DescribeTrackerResponse.Builder |
pricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified tracker resource.
|
DescribeTrackerResponse.Builder |
pricingPlan(String pricingPlan)
The pricing plan selected for the specified tracker resource.
|
DescribeTrackerResponse.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
The data source selected for the tracker resource and associated pricing plan.
|
DescribeTrackerResponse.Builder |
trackerArn(String trackerArn)
The Amazon Resource Name (ARN) for the tracker resource.
|
DescribeTrackerResponse.Builder |
trackerName(String trackerName)
The name of the tracker resource.
|
DescribeTrackerResponse.Builder |
updateTime(Instant updateTime)
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTrackerResponse.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.DescribeTrackerResponse.Builder description(String description)
The optional description for the tracker resource.
description - The optional description for the tracker resource.DescribeTrackerResponse.Builder pricingPlan(String pricingPlan)
The pricing plan selected 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 selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanDescribeTrackerResponse.Builder pricingPlan(PricingPlan pricingPlan)
The pricing plan selected 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 selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlan,
PricingPlanDescribeTrackerResponse.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.DescribeTrackerResponse.Builder trackerArn(String trackerArn)
The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all AWS.
trackerArn - The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource
across all AWS.DescribeTrackerResponse.Builder trackerName(String trackerName)
The name of the tracker resource.
trackerName - The name of the tracker resource.DescribeTrackerResponse.Builder updateTime(Instant updateTime)
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.Copyright © 2021. All rights reserved.