Struct aws_sdk_dax::types::builders::NodeTypeSpecificValueBuilder
source · #[non_exhaustive]pub struct NodeTypeSpecificValueBuilder { /* private fields */ }Expand description
A builder for NodeTypeSpecificValue.
Implementations§
source§impl NodeTypeSpecificValueBuilder
impl NodeTypeSpecificValueBuilder
sourcepub fn node_type(self, input: impl Into<String>) -> Self
pub fn node_type(self, input: impl Into<String>) -> Self
A node type to which the parameter value applies.
sourcepub fn set_node_type(self, input: Option<String>) -> Self
pub fn set_node_type(self, input: Option<String>) -> Self
A node type to which the parameter value applies.
sourcepub fn build(self) -> NodeTypeSpecificValue
pub fn build(self) -> NodeTypeSpecificValue
Consumes the builder and constructs a NodeTypeSpecificValue.
Trait Implementations§
source§impl Clone for NodeTypeSpecificValueBuilder
impl Clone for NodeTypeSpecificValueBuilder
source§fn clone(&self) -> NodeTypeSpecificValueBuilder
fn clone(&self) -> NodeTypeSpecificValueBuilder
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 NodeTypeSpecificValueBuilder
impl Debug for NodeTypeSpecificValueBuilder
source§impl Default for NodeTypeSpecificValueBuilder
impl Default for NodeTypeSpecificValueBuilder
source§fn default() -> NodeTypeSpecificValueBuilder
fn default() -> NodeTypeSpecificValueBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<NodeTypeSpecificValueBuilder> for NodeTypeSpecificValueBuilder
impl PartialEq<NodeTypeSpecificValueBuilder> for NodeTypeSpecificValueBuilder
source§fn eq(&self, other: &NodeTypeSpecificValueBuilder) -> bool
fn eq(&self, other: &NodeTypeSpecificValueBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.