Uses of Interface
software.amazon.awssdk.services.pinpoint.model.JourneyCustomMessage.Builder
-
Packages that use JourneyCustomMessage.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of JourneyCustomMessage.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return JourneyCustomMessage.Builder Modifier and Type Method Description static JourneyCustomMessage.BuilderJourneyCustomMessage. builder()JourneyCustomMessage.BuilderJourneyCustomMessage.Builder. data(String data)The message content that's passed to an AWS Lambda function or to a web hook.JourneyCustomMessage.BuilderJourneyCustomMessage. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type JourneyCustomMessage.Builder Modifier and Type Method Description static Class<? extends JourneyCustomMessage.Builder>JourneyCustomMessage. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type JourneyCustomMessage.Builder Modifier and Type Method Description default CustomMessageActivity.BuilderCustomMessageActivity.Builder. messageConfig(Consumer<JourneyCustomMessage.Builder> messageConfig)Specifies the message data included in a custom channel message that's sent to participants in a journey.
-