Struct aws_sdk_elasticache::types::builders::GlobalNodeGroupBuilder
source · #[non_exhaustive]pub struct GlobalNodeGroupBuilder { /* private fields */ }
Expand description
A builder for GlobalNodeGroup
.
Implementations§
source§impl GlobalNodeGroupBuilder
impl GlobalNodeGroupBuilder
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 get_global_node_group_id(&self) -> &Option<String>
pub fn get_global_node_group_id(&self) -> &Option<String>
The name of the global node group
sourcepub fn build(self) -> GlobalNodeGroup
pub fn build(self) -> GlobalNodeGroup
Consumes the builder and constructs a GlobalNodeGroup
.
Trait Implementations§
source§impl Clone for GlobalNodeGroupBuilder
impl Clone for GlobalNodeGroupBuilder
source§fn clone(&self) -> GlobalNodeGroupBuilder
fn clone(&self) -> GlobalNodeGroupBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GlobalNodeGroupBuilder
impl Debug for GlobalNodeGroupBuilder
source§impl Default for GlobalNodeGroupBuilder
impl Default for GlobalNodeGroupBuilder
source§fn default() -> GlobalNodeGroupBuilder
fn default() -> GlobalNodeGroupBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GlobalNodeGroupBuilder
impl PartialEq for GlobalNodeGroupBuilder
source§fn eq(&self, other: &GlobalNodeGroupBuilder) -> bool
fn eq(&self, other: &GlobalNodeGroupBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GlobalNodeGroupBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GlobalNodeGroupBuilder
impl Send for GlobalNodeGroupBuilder
impl Sync for GlobalNodeGroupBuilder
impl Unpin for GlobalNodeGroupBuilder
impl UnwindSafe for GlobalNodeGroupBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.