Class CfnTrackerConsumerPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.location.CfnTrackerConsumerPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrackerConsumerPropsMixin>
- Enclosing class:
CfnTrackerConsumerPropsMixin
@Stability(Stable)
public static final class CfnTrackerConsumerPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrackerConsumerPropsMixin>
A fluent builder for
CfnTrackerConsumerPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()consumerArn(String consumerArn) The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource.create()create(CfnPropertyMixinOptions options) trackerName(String trackerName) The name for the tracker resource.
-
Method Details
-
create
@Stability(Stable) public static CfnTrackerConsumerPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTrackerConsumerPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTrackerConsumerPropsMixin.Builder.
-
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
- Parameters:
consumerArn- The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. This parameter is required.- Returns:
this- See Also:
- Format example:
-
trackerName
The name for the tracker resource.Requirements:
- Contain only alphanumeric characters (A-Z, a-z, 0-9) , hyphens (-), periods (.), and underscores (_).
- Must be a unique tracker resource name.
- No spaces allowed. For example,
ExampleTracker.
- Parameters:
trackerName- The name for the tracker resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrackerConsumerPropsMixin>- Returns:
- a newly built instance of
CfnTrackerConsumerPropsMixin.
-