public static final class CfnTrackerConsumer.Builder
extends java.lang.Object
CfnTrackerConsumer
.Modifier and Type | Method and Description |
---|---|
CfnTrackerConsumer |
build() |
CfnTrackerConsumer.Builder |
consumerArn(java.lang.String consumerArn)
The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource.
|
static CfnTrackerConsumer.Builder |
create(Construct scope,
java.lang.String id) |
CfnTrackerConsumer.Builder |
trackerName(java.lang.String trackerName)
The name for the tracker resource.
|
public static CfnTrackerConsumer.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnTrackerConsumer.Builder
.public CfnTrackerConsumer.Builder consumerArn(java.lang.String consumerArn)
Used when you need to specify a resource across all AWS .
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. This parameter is required.this
public CfnTrackerConsumer.Builder trackerName(java.lang.String trackerName)
Requirements:
ExampleTracker
.trackerName
- The name for the tracker resource. This parameter is required.this
public CfnTrackerConsumer build()