Struct aws_sdk_kafka::input::UpdateBrokerTypeInput
source · #[non_exhaustive]pub struct UpdateBrokerTypeInput { /* private fields */ }
Implementations§
source§impl UpdateBrokerTypeInput
impl UpdateBrokerTypeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBrokerType, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBrokerType, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateBrokerType
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBrokerTypeInput
.
source§impl UpdateBrokerTypeInput
impl UpdateBrokerTypeInput
sourcepub fn cluster_arn(&self) -> Option<&str>
pub fn cluster_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
sourcepub fn current_version(&self) -> Option<&str>
pub fn current_version(&self) -> Option<&str>
The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.
sourcepub fn target_instance_type(&self) -> Option<&str>
pub fn target_instance_type(&self) -> Option<&str>
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
Trait Implementations§
source§impl Clone for UpdateBrokerTypeInput
impl Clone for UpdateBrokerTypeInput
source§fn clone(&self) -> UpdateBrokerTypeInput
fn clone(&self) -> UpdateBrokerTypeInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateBrokerTypeInput
impl Debug for UpdateBrokerTypeInput
source§impl PartialEq<UpdateBrokerTypeInput> for UpdateBrokerTypeInput
impl PartialEq<UpdateBrokerTypeInput> for UpdateBrokerTypeInput
source§fn eq(&self, other: &UpdateBrokerTypeInput) -> bool
fn eq(&self, other: &UpdateBrokerTypeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.