WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.activities(Map<String,Activity> activities) |
A map that contains a set of Activity objects, one object for each activity in the journey.
|
static WriteJourneyRequest.Builder |
WriteJourneyRequest.builder() |
|
default WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.closedDays(Consumer<ClosedDays.Builder> closedDays) |
The time when journey will stop sending messages.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.closedDays(ClosedDays closedDays) |
The time when journey will stop sending messages.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.creationDate(String creationDate) |
The date, in ISO 8601 format, when the journey was created.
|
default WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.journeyChannelSettings(Consumer<JourneyChannelSettings.Builder> journeyChannelSettings) |
The channel-specific configurations for the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.journeyChannelSettings(JourneyChannelSettings journeyChannelSettings) |
The channel-specific configurations for the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.lastModifiedDate(String lastModifiedDate) |
The date, in ISO 8601 format, when the journey was last modified.
|
default WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.limits(Consumer<JourneyLimits.Builder> limits) |
The messaging and entry limits for the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.limits(JourneyLimits limits) |
The messaging and entry limits for the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.localTime(Boolean localTime) |
Specifies whether the journey's scheduled start and end times use each participant's local time.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.name(String name) |
The name of the journey.
|
default WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.openHours(Consumer<OpenHours.Builder> openHours) |
The time when journey allow to send messages.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.openHours(OpenHours openHours) |
The time when journey allow to send messages.
|
default WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.quietTime(Consumer<QuietTime.Builder> quietTime) |
The quiet time settings for the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.quietTime(QuietTime quietTime) |
The quiet time settings for the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.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.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.refreshOnSegmentUpdate(Boolean refreshOnSegmentUpdate) |
Indicates whether the journey participants should be refreshed when a segment is updated.
|
default WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.schedule(Consumer<JourneySchedule.Builder> schedule) |
The schedule settings for the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.schedule(JourneySchedule schedule) |
The schedule settings for the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.sendingSchedule(Boolean sendingSchedule) |
Indicates if journey has Advance Quiet Time enabled.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.startActivity(String startActivity) |
The unique identifier for the first activity in the journey.
|
default WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.startCondition(Consumer<StartCondition.Builder> startCondition) |
The segment that defines which users are participants in the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.startCondition(StartCondition startCondition) |
The segment that defines which users are participants in the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.state(String state) |
The status of the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.state(State state) |
The status of the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.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.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.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.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.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.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.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.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.toBuilder() |
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.waitForQuietTime(Boolean waitForQuietTime) |
Specifies whether endpoints in quiet hours should enter a wait till the end of their quiet hours.
|