Struct aws_sdk_finspace::operation::update_kx_cluster_code_configuration::builders::UpdateKxClusterCodeConfigurationOutputBuilder
source · #[non_exhaustive]pub struct UpdateKxClusterCodeConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateKxClusterCodeConfigurationOutput
.
Implementations§
source§impl UpdateKxClusterCodeConfigurationOutputBuilder
impl UpdateKxClusterCodeConfigurationOutputBuilder
sourcepub fn build(self) -> UpdateKxClusterCodeConfigurationOutput
pub fn build(self) -> UpdateKxClusterCodeConfigurationOutput
Consumes the builder and constructs a UpdateKxClusterCodeConfigurationOutput
.
Trait Implementations§
source§impl Clone for UpdateKxClusterCodeConfigurationOutputBuilder
impl Clone for UpdateKxClusterCodeConfigurationOutputBuilder
source§fn clone(&self) -> UpdateKxClusterCodeConfigurationOutputBuilder
fn clone(&self) -> UpdateKxClusterCodeConfigurationOutputBuilder
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 Default for UpdateKxClusterCodeConfigurationOutputBuilder
impl Default for UpdateKxClusterCodeConfigurationOutputBuilder
source§fn default() -> UpdateKxClusterCodeConfigurationOutputBuilder
fn default() -> UpdateKxClusterCodeConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateKxClusterCodeConfigurationOutputBuilder
impl PartialEq for UpdateKxClusterCodeConfigurationOutputBuilder
source§fn eq(&self, other: &UpdateKxClusterCodeConfigurationOutputBuilder) -> bool
fn eq(&self, other: &UpdateKxClusterCodeConfigurationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateKxClusterCodeConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateKxClusterCodeConfigurationOutputBuilder
impl Send for UpdateKxClusterCodeConfigurationOutputBuilder
impl Sync for UpdateKxClusterCodeConfigurationOutputBuilder
impl Unpin for UpdateKxClusterCodeConfigurationOutputBuilder
impl UnwindSafe for UpdateKxClusterCodeConfigurationOutputBuilder
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.