public static final class CfnTrackerConsumerProps.Builder
extends java.lang.Object
CfnTrackerConsumerProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnTrackerConsumerProps |
build()
Builds the configured instance.
|
CfnTrackerConsumerProps.Builder |
consumerArn(java.lang.String consumerArn)
Sets the value of
CfnTrackerConsumerProps.getConsumerArn() |
CfnTrackerConsumerProps.Builder |
trackerName(java.lang.String trackerName)
Sets the value of
CfnTrackerConsumerProps.getTrackerName() |
public CfnTrackerConsumerProps.Builder consumerArn(java.lang.String consumerArn)
CfnTrackerConsumerProps.getConsumerArn()
consumerArn
- The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. This parameter is required.
Used when you need to specify a resource across all AWS .
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
this
public CfnTrackerConsumerProps.Builder trackerName(java.lang.String trackerName)
CfnTrackerConsumerProps.getTrackerName()
trackerName
- The name for the tracker resource. This parameter is required.
Requirements:
ExampleTracker
.this
public CfnTrackerConsumerProps build()
CfnTrackerConsumerProps
java.lang.NullPointerException
- if any required attribute was not provided