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