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.
|
copy
apply, build
RecencyDimension.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_30Duration
RecencyDimension.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_30Duration
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
RecencyDimension.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.