pub struct Builder { /* private fields */ }
Expand description
A builder for SqsQueueConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn queue_policy(self, input: impl Into<String>) -> Self
pub fn queue_policy(self, input: impl Into<String>) -> Self
The proposed resource policy for the Amazon SQS queue.
sourcepub fn set_queue_policy(self, input: Option<String>) -> Self
pub fn set_queue_policy(self, input: Option<String>) -> Self
The proposed resource policy for the Amazon SQS queue.
sourcepub fn build(self) -> SqsQueueConfiguration
pub fn build(self) -> SqsQueueConfiguration
Consumes the builder and constructs a SqsQueueConfiguration
.