Interface DescribeTrackerResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTrackerResponse.Builder,DescribeTrackerResponse>,LocationResponse.Builder,SdkBuilder<DescribeTrackerResponse.Builder,DescribeTrackerResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTrackerResponse
public static interface DescribeTrackerResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrackerResponse.Builder,DescribeTrackerResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DescribeTrackerResponse.BuildercreateTime(Instant createTime)The timestamp for when the tracker resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.DescribeTrackerResponse.Builderdescription(String description)The optional description for the tracker resource.DescribeTrackerResponse.BuildereventBridgeEnabled(Boolean eventBridgeEnabled)WhetherUPDATEevents from this tracker in EventBridge are enabled.DescribeTrackerResponse.BuilderkmsKeyEnableGeospatialQueries(Boolean kmsKeyEnableGeospatialQueries)EnablesGeospatialQueriesfor a tracker that uses a Amazon Web Services KMS customer managed key.DescribeTrackerResponse.BuilderkmsKeyId(String kmsKeyId)A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.DescribeTrackerResponse.BuilderpositionFiltering(String positionFiltering)The position filtering method of the tracker resource.DescribeTrackerResponse.BuilderpositionFiltering(PositionFiltering positionFiltering)The position filtering method of the tracker resource.DescribeTrackerResponse.BuilderpricingPlan(String pricingPlan)Deprecated.Deprecated.DescribeTrackerResponse.BuilderpricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.DescribeTrackerResponse.BuilderpricingPlanDataSource(String pricingPlanDataSource)Deprecated.Deprecated.DescribeTrackerResponse.Buildertags(Map<String,String> tags)The tags associated with the tracker resource.DescribeTrackerResponse.BuildertrackerArn(String trackerArn)The Amazon Resource Name (ARN) for the tracker resource.DescribeTrackerResponse.BuildertrackerName(String trackerName)The name of the tracker resource.DescribeTrackerResponse.BuilderupdateTime(Instant updateTime)The timestamp for when the tracker resource was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
trackerName
DescribeTrackerResponse.Builder trackerName(String trackerName)
The name of the tracker resource.
- Parameters:
trackerName- The name of the tracker resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trackerArn
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
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
description
DescribeTrackerResponse.Builder description(String description)
The optional description for the tracker resource.
- Parameters:
description- The optional description for the tracker resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlan
@Deprecated DescribeTrackerResponse.Builder pricingPlan(String pricingPlan)
Deprecated.Deprecated. Always returns RequestBasedUsage.Always returns
RequestBasedUsage.- Parameters:
pricingPlan- Always returnsRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
pricingPlan
@Deprecated DescribeTrackerResponse.Builder pricingPlan(PricingPlan pricingPlan)
Deprecated.Deprecated. Always returns RequestBasedUsage.Always returns
RequestBasedUsage.- Parameters:
pricingPlan- Always returnsRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
pricingPlanDataSource
@Deprecated DescribeTrackerResponse.Builder pricingPlanDataSource(String pricingPlanDataSource)
Deprecated.Deprecated. Unused.No longer used. Always returns an empty string.
- Parameters:
pricingPlanDataSource- No longer used. Always returns an empty string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeTrackerResponse.Builder tags(Map<String,String> tags)
The tags associated with the tracker resource.
- Parameters:
tags- The tags associated with the tracker resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
DescribeTrackerResponse.Builder createTime(Instant createTime)
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Parameters:
createTime- The timestamp for when the tracker resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
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.- Parameters:
updateTime- The timestamp for when the tracker resource was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
DescribeTrackerResponse.Builder kmsKeyId(String kmsKeyId)
A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.
- Parameters:
kmsKeyId- A key identifier for an Amazon Web Services KMS customer managed key assigned to the Amazon Location resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
positionFiltering
DescribeTrackerResponse.Builder positionFiltering(String positionFiltering)
The position filtering method of the tracker resource.
- Parameters:
positionFiltering- The position filtering method of the tracker resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PositionFiltering,PositionFiltering
-
positionFiltering
DescribeTrackerResponse.Builder positionFiltering(PositionFiltering positionFiltering)
The position filtering method of the tracker resource.
- Parameters:
positionFiltering- The position filtering method of the tracker resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PositionFiltering,PositionFiltering
-
eventBridgeEnabled
DescribeTrackerResponse.Builder eventBridgeEnabled(Boolean eventBridgeEnabled)
Whether
UPDATEevents from this tracker in EventBridge are enabled. If set totruethese events will be sent to EventBridge.- Parameters:
eventBridgeEnabled- WhetherUPDATEevents from this tracker in EventBridge are enabled. If set totruethese events will be sent to EventBridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyEnableGeospatialQueries
DescribeTrackerResponse.Builder kmsKeyEnableGeospatialQueries(Boolean kmsKeyEnableGeospatialQueries)
Enables
GeospatialQueriesfor 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
KmsKeyEnableGeospatialQueriesparameter to true when creating or updating a Tracker.- Parameters:
kmsKeyEnableGeospatialQueries- EnablesGeospatialQueriesfor 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
KmsKeyEnableGeospatialQueriesparameter to true when creating or updating a Tracker.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-