Struct aws_sdk_dax::operation::reboot_node::builders::RebootNodeOutputBuilder
source · #[non_exhaustive]pub struct RebootNodeOutputBuilder { /* private fields */ }Expand description
A builder for RebootNodeOutput.
Implementations§
source§impl RebootNodeOutputBuilder
impl RebootNodeOutputBuilder
sourcepub fn cluster(self, input: Cluster) -> Self
pub fn cluster(self, input: Cluster) -> Self
A description of the DAX cluster after a node has been rebooted.
sourcepub fn set_cluster(self, input: Option<Cluster>) -> Self
pub fn set_cluster(self, input: Option<Cluster>) -> Self
A description of the DAX cluster after a node has been rebooted.
sourcepub fn build(self) -> RebootNodeOutput
pub fn build(self) -> RebootNodeOutput
Consumes the builder and constructs a RebootNodeOutput.
Trait Implementations§
source§impl Clone for RebootNodeOutputBuilder
impl Clone for RebootNodeOutputBuilder
source§fn clone(&self) -> RebootNodeOutputBuilder
fn clone(&self) -> RebootNodeOutputBuilder
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 RebootNodeOutputBuilder
impl Debug for RebootNodeOutputBuilder
source§impl Default for RebootNodeOutputBuilder
impl Default for RebootNodeOutputBuilder
source§fn default() -> RebootNodeOutputBuilder
fn default() -> RebootNodeOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<RebootNodeOutputBuilder> for RebootNodeOutputBuilder
impl PartialEq<RebootNodeOutputBuilder> for RebootNodeOutputBuilder
source§fn eq(&self, other: &RebootNodeOutputBuilder) -> bool
fn eq(&self, other: &RebootNodeOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.