Struct aws_sdk_kafka::client::fluent_builders::UpdateConnectivity
source · pub struct UpdateConnectivity { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateConnectivity
.
Updates the cluster's connectivity configuration.
Implementations§
source§impl UpdateConnectivity
impl UpdateConnectivity
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateConnectivity, AwsResponseRetryClassifier>, SdkError<UpdateConnectivityError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdateConnectivity, AwsResponseRetryClassifier>, SdkError<UpdateConnectivityError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<UpdateConnectivityOutput, SdkError<UpdateConnectivityError>>
pub async fn send(
self
) -> Result<UpdateConnectivityOutput, SdkError<UpdateConnectivityError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
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.
Trait Implementations§
source§impl Clone for UpdateConnectivity
impl Clone for UpdateConnectivity
source§fn clone(&self) -> UpdateConnectivity
fn clone(&self) -> UpdateConnectivity
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more