Struct aws_sdk_mq::model::broker_instance::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for BrokerInstance
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn console_url(self, input: impl Into<String>) -> Self
pub fn console_url(self, input: impl Into<String>) -> Self
The brokers web console URL.
sourcepub fn set_console_url(self, input: Option<String>) -> Self
pub fn set_console_url(self, input: Option<String>) -> Self
The brokers web console URL.
sourcepub fn endpoints(self, input: impl Into<String>) -> Self
pub fn endpoints(self, input: impl Into<String>) -> Self
Appends an item to endpoints
.
To override the contents of this collection use set_endpoints
.
The broker's wire-level protocol endpoints.
sourcepub fn set_endpoints(self, input: Option<Vec<String>>) -> Self
pub fn set_endpoints(self, input: Option<Vec<String>>) -> Self
The broker's wire-level protocol endpoints.
sourcepub fn ip_address(self, input: impl Into<String>) -> Self
pub fn ip_address(self, input: impl Into<String>) -> Self
The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.
sourcepub fn set_ip_address(self, input: Option<String>) -> Self
pub fn set_ip_address(self, input: Option<String>) -> Self
The IP address of the Elastic Network Interface (ENI) attached to the broker. Does not apply to RabbitMQ brokers.
sourcepub fn build(self) -> BrokerInstance
pub fn build(self) -> BrokerInstance
Consumes the builder and constructs a BrokerInstance
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more