@Stability(value=Stable)
public static interface CfnSegment.BehaviorProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getRecency()
Specifies how recently segment members were active.
|
@Stability(value=Stable) @Nullable default Object getRecency()
@Stability(value=Stable) static CfnSegment.BehaviorProperty.Builder builder()
Copyright © 2022. All rights reserved.