Struct aws_sdk_kafka::input::UpdateBrokerCountInput
source · #[non_exhaustive]pub struct UpdateBrokerCountInput { /* private fields */ }
Implementations§
source§impl UpdateBrokerCountInput
impl UpdateBrokerCountInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBrokerCount, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBrokerCount, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateBrokerCount
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateBrokerCountInput
.
source§impl UpdateBrokerCountInput
impl UpdateBrokerCountInput
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 version of cluster to update from. A successful operation will then generate a new version.
sourcepub fn target_number_of_broker_nodes(&self) -> i32
pub fn target_number_of_broker_nodes(&self) -> i32
The number of broker nodes that you want the cluster to have after this operation completes successfully.
Trait Implementations§
source§impl Clone for UpdateBrokerCountInput
impl Clone for UpdateBrokerCountInput
source§fn clone(&self) -> UpdateBrokerCountInput
fn clone(&self) -> UpdateBrokerCountInput
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 UpdateBrokerCountInput
impl Debug for UpdateBrokerCountInput
source§impl PartialEq<UpdateBrokerCountInput> for UpdateBrokerCountInput
impl PartialEq<UpdateBrokerCountInput> for UpdateBrokerCountInput
source§fn eq(&self, other: &UpdateBrokerCountInput) -> bool
fn eq(&self, other: &UpdateBrokerCountInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.