pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateClusterConfigurationOutput
.
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) -> UpdateClusterConfigurationOutput
pub fn build(self) -> UpdateClusterConfigurationOutput
Consumes the builder and constructs a UpdateClusterConfigurationOutput
.