Interface JourneyCustomMessage.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<JourneyCustomMessage.Builder,,- JourneyCustomMessage> - SdkBuilder<JourneyCustomMessage.Builder,,- JourneyCustomMessage> - SdkPojo
- Enclosing class:
- JourneyCustomMessage
@Mutable
@NotThreadSafe
public static interface JourneyCustomMessage.Builder
extends SdkPojo, CopyableBuilder<JourneyCustomMessage.Builder,JourneyCustomMessage> 
- 
Method SummaryModifier and TypeMethodDescriptionThe message content that's passed to an AWS Lambda function or to a web hook.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
dataThe message content that's passed to an AWS Lambda function or to a web hook. - Parameters:
- data- The message content that's passed to an AWS Lambda function or to a web hook.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-