Interface CampaignCustomMessage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CampaignCustomMessage.Builder,CampaignCustomMessage>,SdkBuilder<CampaignCustomMessage.Builder,CampaignCustomMessage>,SdkPojo
- Enclosing class:
- CampaignCustomMessage
public static interface CampaignCustomMessage.Builder extends SdkPojo, CopyableBuilder<CampaignCustomMessage.Builder,CampaignCustomMessage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CampaignCustomMessage.Builderdata(String data)The raw, JSON-formatted string to use as the payload for the message.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
data
CampaignCustomMessage.Builder data(String data)
The raw, JSON-formatted string to use as the payload for the message. The maximum size is 5 KB.
- Parameters:
data- The raw, JSON-formatted string to use as the payload for the message. The maximum size is 5 KB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-