Struct aws_sdk_kafka::input::UpdateBrokerCountInput
source · [−]#[non_exhaustive]pub struct UpdateBrokerCountInput {
pub cluster_arn: Option<String>,
pub current_version: Option<String>,
pub target_number_of_broker_nodes: i32,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.cluster_arn: Option<String>
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
current_version: Option<String>
The version of cluster to update from. A successful operation will then generate a new version.
target_number_of_broker_nodes: i32
The number of broker nodes that you want the cluster to have after this operation completes successfully.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBrokerCount, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateBrokerCount, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateBrokerCount
>
Creates a new builder-style object to manufacture UpdateBrokerCountInput
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
The version of cluster to update from. A successful operation will then generate a new version.
The number of broker nodes that you want the cluster to have after this operation completes successfully.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateBrokerCountInput
impl Send for UpdateBrokerCountInput
impl Sync for UpdateBrokerCountInput
impl Unpin for UpdateBrokerCountInput
impl UnwindSafe for UpdateBrokerCountInput
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