Struct aws_sdk_kafka::output::update_monitoring_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateMonitoringOutput
.
Implementations§
source§impl Builder
impl Builder
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 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) of the cluster.
sourcepub fn cluster_operation_arn(self, input: impl Into<String>) -> Self
pub fn cluster_operation_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the cluster operation.
sourcepub fn set_cluster_operation_arn(self, input: Option<String>) -> Self
pub fn set_cluster_operation_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the cluster operation.
sourcepub fn build(self) -> UpdateMonitoringOutput
pub fn build(self) -> UpdateMonitoringOutput
Consumes the builder and constructs a UpdateMonitoringOutput
.