CopyableBuilder<RecencyDimension.Builder,RecencyDimension>, SdkBuilder<RecencyDimension.Builder,RecencyDimension>public static interface RecencyDimension.Builder extends CopyableBuilder<RecencyDimension.Builder,RecencyDimension>
| Modifier and Type | Method | Description |
|---|---|---|
RecencyDimension.Builder |
duration(String duration) |
The length of time during which users have been active or inactive with your app.
|
RecencyDimension.Builder |
duration(Duration duration) |
The length of time during which users have been active or inactive with your app.
|
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.
|
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.
|
copyapply, buildRecencyDimension.Builder duration(String duration)
duration - The length of time during which users have been active or inactive with your app. Valid values: HR_24,
DAY_7, DAY_14, DAY_30DurationRecencyDimension.Builder duration(Duration duration)
duration - The length of time during which users have been active or inactive with your app. Valid values: HR_24,
DAY_7, DAY_14, DAY_30DurationRecencyDimension.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.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.RecencyTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.