public static interface AssociateTrackerConsumerRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<AssociateTrackerConsumerRequest.Builder,AssociateTrackerConsumerRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateTrackerConsumerRequest.Builder |
consumerArn(String consumerArn)
The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource.
|
AssociateTrackerConsumerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateTrackerConsumerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateTrackerConsumerRequest.Builder |
trackerName(String trackerName)
The name of the tracker resource to be associated with a geofence collection.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateTrackerConsumerRequest.Builder consumerArn(String consumerArn)
The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all AWS.
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
consumerArn - The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used
when you need to specify a resource across all AWS.
Format example:
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
AssociateTrackerConsumerRequest.Builder trackerName(String trackerName)
The name of the tracker resource to be associated with a geofence collection.
trackerName - The name of the tracker resource to be associated with a geofence collection.AssociateTrackerConsumerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateTrackerConsumerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.