Struct aws_sdk_memorydb::model::service_update_request::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ServiceUpdateRequest
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn service_update_name_to_apply(self, input: impl Into<String>) -> Self
pub fn service_update_name_to_apply(self, input: impl Into<String>) -> Self
The unique ID of the service update
sourcepub fn set_service_update_name_to_apply(self, input: Option<String>) -> Self
pub fn set_service_update_name_to_apply(self, input: Option<String>) -> Self
The unique ID of the service update
sourcepub fn build(self) -> ServiceUpdateRequest
pub fn build(self) -> ServiceUpdateRequest
Consumes the builder and constructs a ServiceUpdateRequest
.