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 |
kmsKeyId(String kmsKeyId)
A key identifier for an AWS
KMS customer managed key assigned to the Amazon Location resource.
|
DescribeTrackerResponse.Builder |
positionFiltering(PositionFiltering positionFiltering)
The position filtering method of the tracker resource.
|
DescribeTrackerResponse.Builder |
positionFiltering(String positionFiltering)
The position filtering method of 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 specified data provider for the tracker resource.
|
DescribeTrackerResponse.Builder |
tags(Map<String,String> tags)
The tags associated with the tracker resource.
|
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 kmsKeyId(String kmsKeyId)
A key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.
kmsKeyId - A key identifier for an AWS KMS customer managed
key assigned to the Amazon Location resource.DescribeTrackerResponse.Builder positionFiltering(String positionFiltering)
The position filtering method of the tracker resource.
positionFiltering - The position filtering method of the tracker resource.PositionFiltering,
PositionFilteringDescribeTrackerResponse.Builder positionFiltering(PositionFiltering positionFiltering)
The position filtering method of the tracker resource.
positionFiltering - The position filtering method of the tracker resource.PositionFiltering,
PositionFilteringDescribeTrackerResponse.Builder pricingPlan(String pricingPlan)
The pricing plan selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - The pricing plan selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
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 Amazon Location Service pricing.
pricingPlan - The pricing plan selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan,
PricingPlanDescribeTrackerResponse.Builder pricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the tracker resource.
pricingPlanDataSource - The specified data provider for the tracker resource.DescribeTrackerResponse.Builder tags(Map<String,String> tags)
The tags associated with the tracker resource.
tags - The tags associated with the tracker resource.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.
Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
trackerArn - The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource
across all AWS.
Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
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.