Interface CfnSegmentPropsMixin.BehaviorProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSegmentPropsMixin.BehaviorProperty.Jsii$Proxy
- Enclosing class:
CfnSegmentPropsMixin
@Stability(Stable)
public static interface CfnSegmentPropsMixin.BehaviorProperty
extends software.amazon.jsii.JsiiSerializable
Specifies behavior-based criteria for the segment, such as how recently users have used your app.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.pinpoint.*;
BehaviorProperty behaviorProperty = BehaviorProperty.builder()
.recency(RecencyProperty.builder()
.duration("duration")
.recencyType("recencyType")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSegmentPropsMixin.BehaviorPropertystatic final classAn implementation forCfnSegmentPropsMixin.BehaviorProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRecency
Specifies how recently segment members were active.Returns union: either
IResolvableorCfnSegmentPropsMixin.RecencyProperty- See Also:
-
builder
-