Struct aws_sdk_kafka::operation::update_cluster_configuration::builders::UpdateClusterConfigurationInputBuilder
source · #[non_exhaustive]pub struct UpdateClusterConfigurationInputBuilder { /* private fields */ }Expand description
A builder for UpdateClusterConfigurationInput.
Implementations§
source§impl UpdateClusterConfigurationInputBuilder
impl UpdateClusterConfigurationInputBuilder
sourcepub fn cluster_arn(self, input: impl Into<String>) -> Self
pub fn cluster_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
sourcepub fn set_cluster_arn(self, input: Option<String>) -> Self
pub fn set_cluster_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
sourcepub fn configuration_info(self, input: ConfigurationInfo) -> Self
pub fn configuration_info(self, input: ConfigurationInfo) -> Self
Represents the configuration that you want MSK to use for the brokers in a cluster.
sourcepub fn set_configuration_info(self, input: Option<ConfigurationInfo>) -> Self
pub fn set_configuration_info(self, input: Option<ConfigurationInfo>) -> Self
Represents the configuration that you want MSK to use for the brokers in a cluster.
sourcepub fn current_version(self, input: impl Into<String>) -> Self
pub fn current_version(self, input: impl Into<String>) -> Self
The version of the cluster that needs to be updated.
sourcepub fn set_current_version(self, input: Option<String>) -> Self
pub fn set_current_version(self, input: Option<String>) -> Self
The version of the cluster that needs to be updated.
sourcepub fn build(self) -> Result<UpdateClusterConfigurationInput, BuildError>
pub fn build(self) -> Result<UpdateClusterConfigurationInput, BuildError>
Consumes the builder and constructs a UpdateClusterConfigurationInput.
Trait Implementations§
source§impl Clone for UpdateClusterConfigurationInputBuilder
impl Clone for UpdateClusterConfigurationInputBuilder
source§fn clone(&self) -> UpdateClusterConfigurationInputBuilder
fn clone(&self) -> UpdateClusterConfigurationInputBuilder
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 Default for UpdateClusterConfigurationInputBuilder
impl Default for UpdateClusterConfigurationInputBuilder
source§fn default() -> UpdateClusterConfigurationInputBuilder
fn default() -> UpdateClusterConfigurationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateClusterConfigurationInputBuilder> for UpdateClusterConfigurationInputBuilder
impl PartialEq<UpdateClusterConfigurationInputBuilder> for UpdateClusterConfigurationInputBuilder
source§fn eq(&self, other: &UpdateClusterConfigurationInputBuilder) -> bool
fn eq(&self, other: &UpdateClusterConfigurationInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.