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 |
eventBridgeEnabled(Boolean eventBridgeEnabled)
Whether
UPDATE events from this tracker in EventBridge are enabled. |
DescribeTrackerResponse.Builder |
kmsKeyEnableGeospatialQueries(Boolean kmsKeyEnableGeospatialQueries)
Enables
GeospatialQueries for a tracker that uses a Amazon Web Services KMS
customer managed key. |
DescribeTrackerResponse.Builder |
kmsKeyId(String kmsKeyId)
A key identifier for an Amazon Web Services 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 eventBridgeEnabled(Boolean eventBridgeEnabled)
Whether UPDATE events from this tracker in EventBridge are enabled. If set to true
these events will be sent to EventBridge.
eventBridgeEnabled - Whether UPDATE events from this tracker in EventBridge are enabled. If set to
true these events will be sent to EventBridge.DescribeTrackerResponse.Builder kmsKeyEnableGeospatialQueries(Boolean kmsKeyEnableGeospatialQueries)
Enables GeospatialQueries for a tracker that uses a Amazon Web Services KMS
customer managed key.
This parameter is only used if you are using a KMS customer managed key.
If you wish to encrypt your data using your own KMS customer managed key, then the Bounding Polygon Queries feature will be disabled by default. This is because by using this feature, a representation of your device positions will not be encrypted using the your KMS managed key. The exact device position, however; is still encrypted using your managed key.
You can choose to opt-in to the Bounding Polygon Quseries feature. This is done by setting the
KmsKeyEnableGeospatialQueries parameter to true when creating or updating a Tracker.
kmsKeyEnableGeospatialQueries - Enables GeospatialQueries for a tracker that uses a Amazon Web Services KMS
customer managed key.
This parameter is only used if you are using a KMS customer managed key.
If you wish to encrypt your data using your own KMS customer managed key, then the Bounding Polygon Queries feature will be disabled by default. This is because by using this feature, a representation of your device positions will not be encrypted using the your KMS managed key. The exact device position, however; is still encrypted using your managed key.
You can choose to opt-in to the Bounding Polygon Quseries feature. This is done by setting the
KmsKeyEnableGeospatialQueries parameter to true when creating or updating a Tracker.
DescribeTrackerResponse.Builder kmsKeyId(String kmsKeyId)
A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.
kmsKeyId - A key identifier for an Amazon Web Services 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 Amazon Web Services.
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 Amazon Web Services.
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.