Class CfnEventTrackerPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnEventTrackerPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEventTrackerPropsMixin>
- Enclosing class:
CfnEventTrackerPropsMixin
@Stability(Stable)
public static final class CfnEventTrackerPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEventTrackerPropsMixin>
A fluent builder for
CfnEventTrackerPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) datasetGroupArn(String datasetGroupArn) The Amazon Resource Name (ARN) of the dataset group that receives the event data.The name for the event tracker.A list of tags to apply to the event tracker.
-
Method Details
-
create
@Stability(Stable) public static CfnEventTrackerPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnEventTrackerPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnEventTrackerPropsMixin.Builder.
-
datasetGroupArn
The Amazon Resource Name (ARN) of the dataset group that receives the event data.- Parameters:
datasetGroupArn- The Amazon Resource Name (ARN) of the dataset group that receives the event data. This parameter is required.- Returns:
this- See Also:
-
name
The name for the event tracker.- Parameters:
name- The name for the event tracker. This parameter is required.- Returns:
this- See Also:
-
tags
A list of tags to apply to the event tracker.- Parameters:
tags- A list of tags to apply to the event tracker. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEventTrackerPropsMixin>- Returns:
- a newly built instance of
CfnEventTrackerPropsMixin.
-