Struct aws_sdk_eventbridge::model::sqs_parameters::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for SqsParameters.
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 build(self) -> SqsParameters
pub fn build(self) -> SqsParameters
Consumes the builder and constructs a SqsParameters.