public static interface CfnSegment.BehaviorProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.pinpoint.*; BehaviorProperty behaviorProperty = BehaviorProperty.builder() .recency(RecencyProperty.builder() .duration("duration") .recencyType("recencyType") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnSegment.BehaviorProperty.Builder
A builder for
CfnSegment.BehaviorProperty |
static class |
CfnSegment.BehaviorProperty.Jsii$Proxy
An implementation for
CfnSegment.BehaviorProperty |
Modifier and Type | Method and Description |
---|---|
static CfnSegment.BehaviorProperty.Builder |
builder() |
default java.lang.Object |
getRecency()
Specifies how recently segment members were active.
|
default java.lang.Object getRecency()
static CfnSegment.BehaviorProperty.Builder builder()