JourneyResponse.Builder |
JourneyResponse.Builder.activities(Map<String,Activity> activities) |
A map that contains a set of Activity objects, one object for each activity in the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.applicationId(String applicationId) |
The unique identifier for the application that the journey applies to.
|
static JourneyResponse.Builder |
JourneyResponse.builder() |
|
default JourneyResponse.Builder |
JourneyResponse.Builder.closedDays(Consumer<ClosedDays.Builder> closedDays) |
The time when a journey will not send messages.
|
JourneyResponse.Builder |
JourneyResponse.Builder.closedDays(ClosedDays closedDays) |
The time when a journey will not send messages.
|
JourneyResponse.Builder |
JourneyResponse.Builder.creationDate(String creationDate) |
The date, in ISO 8601 format, when the journey was created.
|
JourneyResponse.Builder |
JourneyResponse.Builder.id(String id) |
The unique identifier for the journey.
|
default JourneyResponse.Builder |
JourneyResponse.Builder.journeyChannelSettings(Consumer<JourneyChannelSettings.Builder> journeyChannelSettings) |
The channel-specific configurations for the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.journeyChannelSettings(JourneyChannelSettings journeyChannelSettings) |
The channel-specific configurations for the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.lastModifiedDate(String lastModifiedDate) |
The date, in ISO 8601 format, when the journey was last modified.
|
default JourneyResponse.Builder |
JourneyResponse.Builder.limits(Consumer<JourneyLimits.Builder> limits) |
The messaging and entry limits for the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.limits(JourneyLimits limits) |
The messaging and entry limits for the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.localTime(Boolean localTime) |
Specifies whether the journey's scheduled start and end times use each participant's local time.
|
JourneyResponse.Builder |
JourneyResponse.Builder.name(String name) |
The name of the journey.
|
default JourneyResponse.Builder |
JourneyResponse.Builder.openHours(Consumer<OpenHours.Builder> openHours) |
The time when a journey can send messages.
|
JourneyResponse.Builder |
JourneyResponse.Builder.openHours(OpenHours openHours) |
The time when a journey can send messages.
|
default JourneyResponse.Builder |
JourneyResponse.Builder.quietTime(Consumer<QuietTime.Builder> quietTime) |
The quiet time settings for the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.quietTime(QuietTime quietTime) |
The quiet time settings for the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.refreshFrequency(String refreshFrequency) |
The frequency with which Amazon Pinpoint evaluates segment and event data for the journey, as a duration in
ISO 8601 format.
|
JourneyResponse.Builder |
JourneyResponse.Builder.refreshOnSegmentUpdate(Boolean refreshOnSegmentUpdate) |
Indicates whether the journey participants should be refreshed when a segment is updated.
|
default JourneyResponse.Builder |
JourneyResponse.Builder.schedule(Consumer<JourneySchedule.Builder> schedule) |
The schedule settings for the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.schedule(JourneySchedule schedule) |
The schedule settings for the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.sendingSchedule(Boolean sendingSchedule) |
Indicates if journey has Advance Quiet Time enabled.
|
JourneyResponse.Builder |
JourneyResponse.Builder.startActivity(String startActivity) |
The unique identifier for the first activity in the journey.
|
default JourneyResponse.Builder |
JourneyResponse.Builder.startCondition(Consumer<StartCondition.Builder> startCondition) |
The segment that defines which users are participants in the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.startCondition(StartCondition startCondition) |
The segment that defines which users are participants in the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.state(String state) |
The current status of the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.state(State state) |
The current status of the journey.
|
JourneyResponse.Builder |
JourneyResponse.Builder.tags(Map<String,String> tags) |
This object is not used or supported.
|
JourneyResponse.Builder |
JourneyResponse.Builder.timezoneEstimationMethods(Collection<__TimezoneEstimationMethodsElement> timezoneEstimationMethods) |
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
|
JourneyResponse.Builder |
JourneyResponse.Builder.timezoneEstimationMethods(__TimezoneEstimationMethodsElement... timezoneEstimationMethods) |
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
|
JourneyResponse.Builder |
JourneyResponse.Builder.timezoneEstimationMethodsWithStrings(String... timezoneEstimationMethods) |
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
|
JourneyResponse.Builder |
JourneyResponse.Builder.timezoneEstimationMethodsWithStrings(Collection<String> timezoneEstimationMethods) |
An array of time zone estimation methods, if any, to use for determining an Endpoints time zone if the Endpoint does not have a value for the Demographic.Timezone attribute.
|
JourneyResponse.Builder |
JourneyResponse.toBuilder() |
|
JourneyResponse.Builder |
JourneyResponse.Builder.waitForQuietTime(Boolean waitForQuietTime) |
Indicates whether endpoints in quiet hours should enter a wait activity until quiet hours have elapsed.
|