@Stability(value=Stable) public static final class CfnTrackerConsumerProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTrackerConsumerProps>
CfnTrackerConsumerProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTrackerConsumerProps |
build()
Builds the configured instance.
|
CfnTrackerConsumerProps.Builder |
consumerArn(String consumerArn)
Sets the value of
CfnTrackerConsumerProps.getConsumerArn() |
CfnTrackerConsumerProps.Builder |
trackerName(String trackerName)
Sets the value of
CfnTrackerConsumerProps.getTrackerName() |
@Stability(value=Stable) public CfnTrackerConsumerProps.Builder consumerArn(String consumerArn)
CfnTrackerConsumerProps.getConsumerArn()consumerArn - The Amazon Resource Name (ARN) for the geofence collection that consumes the tracker resource updates. This parameter is required.
arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumerthis@Stability(value=Stable) public CfnTrackerConsumerProps.Builder trackerName(String trackerName)
CfnTrackerConsumerProps.getTrackerName()trackerName - The name for the tracker resource. This parameter is required.
Requirements:
ExampleTracker .this@Stability(value=Stable) public CfnTrackerConsumerProps build()
build in interface software.amazon.jsii.Builder<CfnTrackerConsumerProps>CfnTrackerConsumerPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.