Struct aws_sdk_mq::input::update_broker_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateBrokerInput
Implementations
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
Enables automatic upgrades to new minor versions for brokers, as new versions are released and supported by Amazon MQ. Automatic upgrades occur during the scheduled maintenance window of the broker or after a manual broker reboot.
The unique ID that Amazon MQ generates for the broker.
The unique ID that Amazon MQ generates for the broker.
A list of information about the configuration.
A list of information about the configuration.
The broker engine version. For a list of supported engine versions, see Supported engines.
The broker engine version. For a list of supported engine versions, see Supported engines.
The broker's host instance type to upgrade to. For a list of supported instance types, see Broker instance types.
The broker's host instance type to upgrade to. For a list of supported instance types, see Broker instance types.
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
Enables Amazon CloudWatch logging for brokers.
The parameters that determine the WeeklyStartTime.
The parameters that determine the WeeklyStartTime.
Appends an item to security_groups
.
To override the contents of this collection use set_security_groups
.
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
Consumes the builder and constructs a UpdateBrokerInput
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