Uses of Interface
software.amazon.awssdk.services.sns.model.PublishBatchRequestEntry.Builder
Packages that use PublishBatchRequestEntry.Builder
-
Uses of PublishBatchRequestEntry.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return PublishBatchRequestEntry.BuilderModifier and TypeMethodDescriptionPublishBatchRequestEntry.builder()An identifier for the message in this batch.The body of the message.PublishBatchRequestEntry.Builder.messageAttributes(Map<String, MessageAttributeValue> messageAttributes) Each message attribute consists of aName,Type, andValue.PublishBatchRequestEntry.Builder.messageDeduplicationId(String messageDeduplicationId) This parameter applies only to FIFO (first-in-first-out) topics.PublishBatchRequestEntry.Builder.messageGroupId(String messageGroupId) FIFO topics: The tag that specifies that a message belongs to a specific message group.PublishBatchRequestEntry.Builder.messageStructure(String messageStructure) SetMessageStructuretojsonif you want to send a different message for each protocol.The subject of the batch message.PublishBatchRequestEntry.toBuilder()Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type PublishBatchRequestEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PublishBatchRequestEntry.Builder>PublishBatchRequestEntry.serializableBuilderClass()