Struct aws_sdk_memorydb::input::batch_update_cluster_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BatchUpdateClusterInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cluster_names(self, input: impl Into<String>) -> Self
pub fn cluster_names(self, input: impl Into<String>) -> Self
Appends an item to cluster_names
.
To override the contents of this collection use set_cluster_names
.
The cluster names to apply the updates.
sourcepub fn set_cluster_names(self, input: Option<Vec<String>>) -> Self
pub fn set_cluster_names(self, input: Option<Vec<String>>) -> Self
The cluster names to apply the updates.
sourcepub fn service_update(self, input: ServiceUpdateRequest) -> Self
pub fn service_update(self, input: ServiceUpdateRequest) -> Self
The unique ID of the service update
sourcepub fn set_service_update(self, input: Option<ServiceUpdateRequest>) -> Self
pub fn set_service_update(self, input: Option<ServiceUpdateRequest>) -> Self
The unique ID of the service update
sourcepub fn build(self) -> Result<BatchUpdateClusterInput, BuildError>
pub fn build(self) -> Result<BatchUpdateClusterInput, BuildError>
Consumes the builder and constructs a BatchUpdateClusterInput
.