Struct aws_sdk_mq::model::broker_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for BrokerSummary
Implementations
The broker's Amazon Resource Name (ARN).
The broker's Amazon Resource Name (ARN).
The unique ID that Amazon MQ generates for the broker.
The unique ID that Amazon MQ generates for the broker.
The broker's name. This value is unique in your AWS account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
The broker's name. This value is unique in your AWS account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
The broker's status.
The broker's status.
The time when the broker was created.
The broker's deployment mode.
The broker's deployment mode.
The type of broker engine.
The type of broker engine.
The broker's instance type.
The broker's instance type.
Consumes the builder and constructs a BrokerSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more