pub struct Builder { /* private fields */ }
Expand description
A builder for PipeTargetSqsQueueParameters
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn message_group_id(self, input: impl Into<String>) -> Self
pub fn message_group_id(self, input: impl Into<String>) -> Self
The FIFO message group ID to use as the target.
sourcepub fn set_message_group_id(self, input: Option<String>) -> Self
pub fn set_message_group_id(self, input: Option<String>) -> Self
The FIFO message group ID to use as the target.
sourcepub fn message_deduplication_id(self, input: impl Into<String>) -> Self
pub fn message_deduplication_id(self, input: impl Into<String>) -> Self
This parameter applies only to FIFO (first-in-first-out) queues.
The token used for deduplication of sent messages.
sourcepub fn set_message_deduplication_id(self, input: Option<String>) -> Self
pub fn set_message_deduplication_id(self, input: Option<String>) -> Self
This parameter applies only to FIFO (first-in-first-out) queues.
The token used for deduplication of sent messages.
sourcepub fn build(self) -> PipeTargetSqsQueueParameters
pub fn build(self) -> PipeTargetSqsQueueParameters
Consumes the builder and constructs a PipeTargetSqsQueueParameters
.