Struct aws_sdk_mq::input::UpdateBrokerInput
source · [−]#[non_exhaustive]pub struct UpdateBrokerInput { /* private fields */ }
Expand description
Updates the broker using the specified properties.
Implementations
sourceimpl UpdateBrokerInput
impl UpdateBrokerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBroker, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBroker, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateBroker
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBrokerInput
.
sourceimpl UpdateBrokerInput
impl UpdateBrokerInput
sourcepub fn authentication_strategy(&self) -> Option<&AuthenticationStrategy>
pub fn authentication_strategy(&self) -> Option<&AuthenticationStrategy>
Optional. The authentication strategy used to secure the broker. The default is SIMPLE.
sourcepub fn auto_minor_version_upgrade(&self) -> bool
pub fn auto_minor_version_upgrade(&self) -> bool
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.
sourcepub fn configuration(&self) -> Option<&ConfigurationId>
pub fn configuration(&self) -> Option<&ConfigurationId>
A list of information about the configuration.
sourcepub fn engine_version(&self) -> Option<&str>
pub fn engine_version(&self) -> Option<&str>
The broker engine version. For a list of supported engine versions, see Supported engines.
sourcepub fn host_instance_type(&self) -> Option<&str>
pub fn host_instance_type(&self) -> Option<&str>
The broker's host instance type to upgrade to. For a list of supported instance types, see Broker instance types.
sourcepub fn ldap_server_metadata(&self) -> Option<&LdapServerMetadataInput>
pub fn ldap_server_metadata(&self) -> Option<&LdapServerMetadataInput>
Optional. The metadata of the LDAP server used to authenticate and authorize connections to the broker. Does not apply to RabbitMQ brokers.
sourcepub fn maintenance_window_start_time(&self) -> Option<&WeeklyStartTime>
pub fn maintenance_window_start_time(&self) -> Option<&WeeklyStartTime>
The parameters that determine the WeeklyStartTime.
sourcepub fn security_groups(&self) -> Option<&[String]>
pub fn security_groups(&self) -> Option<&[String]>
The list of security groups (1 minimum, 5 maximum) that authorizes connections to brokers.
Trait Implementations
sourceimpl Clone for UpdateBrokerInput
impl Clone for UpdateBrokerInput
sourcefn clone(&self) -> UpdateBrokerInput
fn clone(&self) -> UpdateBrokerInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more