@Stability(value=Stable) public static final class CfnTrackerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTrackerProps>
CfnTrackerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTrackerProps |
build()
Builds the configured instance.
|
CfnTrackerProps.Builder |
description(String description)
Sets the value of
CfnTrackerProps.getDescription() |
CfnTrackerProps.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of
CfnTrackerProps.getKmsKeyId() |
CfnTrackerProps.Builder |
positionFiltering(String positionFiltering)
Sets the value of
CfnTrackerProps.getPositionFiltering() |
CfnTrackerProps.Builder |
pricingPlan(String pricingPlan)
Sets the value of
CfnTrackerProps.getPricingPlan() |
CfnTrackerProps.Builder |
pricingPlanDataSource(String pricingPlanDataSource)
Sets the value of
CfnTrackerProps.getPricingPlanDataSource() |
CfnTrackerProps.Builder |
trackerName(String trackerName)
Sets the value of
CfnTrackerProps.getTrackerName() |
@Stability(value=Stable) public CfnTrackerProps.Builder pricingPlan(String pricingPlan)
CfnTrackerProps.getPricingPlan()pricingPlan - Specifies the pricing plan for the tracker resource. This parameter is required.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page .this@Stability(value=Stable) public CfnTrackerProps.Builder trackerName(String trackerName)
CfnTrackerProps.getTrackerName()trackerName - The name for the tracker resource. This parameter is required.
Requirements:
ExampleTracker .this@Stability(value=Stable) public CfnTrackerProps.Builder description(String description)
CfnTrackerProps.getDescription()description - An optional description for the tracker resource.this@Stability(value=Stable) public CfnTrackerProps.Builder kmsKeyId(String kmsKeyId)
CfnTrackerProps.getKmsKeyId()kmsKeyId - A key identifier for an [AWS KMS customer managed key](https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html) . Enter a key ID, key ARN, alias name, or alias ARN.this@Stability(value=Stable) public CfnTrackerProps.Builder positionFiltering(String positionFiltering)
CfnTrackerProps.getPositionFiltering()positionFiltering - Specifies the position filtering for the tracker resource.
Valid values:
TimeBased - Location updates are evaluated against linked geofence collections, but not every location update is stored. If your update frequency is more often than 30 seconds, only one update per 30 seconds is stored for each unique device ID.DistanceBased - If the device has moved less than 30 m (98.4 ft), location updates are ignored. Location updates within this area are neither evaluated against linked geofence collections, nor stored. This helps control costs by reducing the number of geofence evaluations and historical device positions to paginate through. Distance-based filtering can also reduce the effects of GPS noise when displaying device trajectories on a map.
This field is optional. If not specified, the default value is TimeBased .
this@Stability(value=Stable) public CfnTrackerProps.Builder pricingPlanDataSource(String pricingPlanDataSource)
CfnTrackerProps.getPricingPlanDataSource()pricingPlanDataSource - Specifies the data provider for the tracker resource.
MobileAssetTracking | MobileAssetManagementFor more information about Data Providers , and Pricing plans , see the Amazon Location Service product page.
Amazon Location Service only uses
PricingPlanDataSourceto calculate billing for your tracker resource. Your data will not be shared with the data provider, and will remain in your AWS account or region unless you move it.
Valid Values: Esri | Here
this@Stability(value=Stable) public CfnTrackerProps build()
build in interface software.amazon.jsii.Builder<CfnTrackerProps>CfnTrackerPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.