Struct aws_sdk_elasticache::model::global_node_group::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GlobalNodeGroup
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn global_node_group_id(self, input: impl Into<String>) -> Self
pub fn global_node_group_id(self, input: impl Into<String>) -> Self
The name of the global node group
sourcepub fn set_global_node_group_id(self, input: Option<String>) -> Self
pub fn set_global_node_group_id(self, input: Option<String>) -> Self
The name of the global node group
sourcepub fn build(self) -> GlobalNodeGroup
pub fn build(self) -> GlobalNodeGroup
Consumes the builder and constructs a GlobalNodeGroup
.