Struct aws_sdk_kafka::operation::update_connectivity::builders::UpdateConnectivityInputBuilder    
source · #[non_exhaustive]pub struct UpdateConnectivityInputBuilder { /* private fields */ }Expand description
A builder for UpdateConnectivityInput.
Implementations§
source§impl UpdateConnectivityInputBuilder
 
impl UpdateConnectivityInputBuilder
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) of the configuration.
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) of the configuration.
sourcepub fn connectivity_info(self, input: ConnectivityInfo) -> Self
 
pub fn connectivity_info(self, input: ConnectivityInfo) -> Self
Information about the broker access configuration.
sourcepub fn set_connectivity_info(self, input: Option<ConnectivityInfo>) -> Self
 
pub fn set_connectivity_info(self, input: Option<ConnectivityInfo>) -> Self
Information about the broker access configuration.
sourcepub fn current_version(self, input: impl Into<String>) -> Self
 
pub fn current_version(self, input: impl Into<String>) -> Self
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
sourcepub fn set_current_version(self, input: Option<String>) -> Self
 
pub fn set_current_version(self, input: Option<String>) -> Self
The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.
sourcepub fn build(self) -> Result<UpdateConnectivityInput, BuildError>
 
pub fn build(self) -> Result<UpdateConnectivityInput, BuildError>
Consumes the builder and constructs a UpdateConnectivityInput.
Trait Implementations§
source§impl Clone for UpdateConnectivityInputBuilder
 
impl Clone for UpdateConnectivityInputBuilder
source§fn clone(&self) -> UpdateConnectivityInputBuilder
 
fn clone(&self) -> UpdateConnectivityInputBuilder
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 UpdateConnectivityInputBuilder
 
impl Default for UpdateConnectivityInputBuilder
source§fn default() -> UpdateConnectivityInputBuilder
 
fn default() -> UpdateConnectivityInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateConnectivityInputBuilder> for UpdateConnectivityInputBuilder
 
impl PartialEq<UpdateConnectivityInputBuilder> for UpdateConnectivityInputBuilder
source§fn eq(&self, other: &UpdateConnectivityInputBuilder) -> bool
 
fn eq(&self, other: &UpdateConnectivityInputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.