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)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribeTrackerResponse.Builder |
pricingPlan(String pricingPlan)
Deprecated.
Deprecated. Always returns RequestBasedUsage.
|
DescribeTrackerResponse.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
Deprecated.
Deprecated. Unused.
|
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,
PositionFiltering@Deprecated DescribeTrackerResponse.Builder pricingPlan(String pricingPlan)
Always returns RequestBasedUsage.
pricingPlan - Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated DescribeTrackerResponse.Builder pricingPlan(PricingPlan pricingPlan)
Always returns RequestBasedUsage.
pricingPlan - Always returns RequestBasedUsage.PricingPlan,
PricingPlan@Deprecated DescribeTrackerResponse.Builder pricingPlanDataSource(String pricingPlanDataSource)
No longer used. Always returns an empty string.
pricingPlanDataSource - No longer used. Always returns an empty string.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 © 2023. All rights reserved.