Struct aws_sdk_sqs::output::create_queue_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateQueueOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn queue_url(self, input: impl Into<String>) -> Self
pub fn queue_url(self, input: impl Into<String>) -> Self
The URL of the created Amazon SQS queue.
sourcepub fn set_queue_url(self, input: Option<String>) -> Self
pub fn set_queue_url(self, input: Option<String>) -> Self
The URL of the created Amazon SQS queue.
sourcepub fn build(self) -> CreateQueueOutput
pub fn build(self) -> CreateQueueOutput
Consumes the builder and constructs a CreateQueueOutput
.