public static interface RecencyDimension.Builder extends CopyableBuilder<RecencyDimension.Builder,RecencyDimension>
| Modifier and Type | Method and Description |
|---|---|
RecencyDimension.Builder |
duration(Duration duration)
The length of time during which users have been active or inactive with your app.
|
RecencyDimension.Builder |
duration(String duration)
The length of time during which users have been active or inactive with your app.
|
RecencyDimension.Builder |
recencyType(RecencyType recencyType)
The recency dimension type: ACTIVE - Users who have used your app within the specified duration are included
in the segment.
|
RecencyDimension.Builder |
recencyType(String recencyType)
The recency dimension type: ACTIVE - Users who have used your app within the specified duration are included
in the segment.
|
copyapply, buildRecencyDimension.Builder duration(String duration)
RecencyDimension.Builder duration(Duration duration)
RecencyDimension.Builder recencyType(String recencyType)
recencyType - The recency dimension type: ACTIVE - Users who have used your app within the specified duration are
included in the segment. INACTIVE - Users who have not used your app within the specified duration are
included in the segment.RecencyType,
RecencyTypeRecencyDimension.Builder recencyType(RecencyType recencyType)
recencyType - The recency dimension type: ACTIVE - Users who have used your app within the specified duration are
included in the segment. INACTIVE - Users who have not used your app within the specified duration are
included in the segment.RecencyType,
RecencyTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.