Struct aws_sdk_kinesisanalyticsv2::types::builders::ApplicationSnapshotConfigurationUpdateBuilder
source · #[non_exhaustive]pub struct ApplicationSnapshotConfigurationUpdateBuilder { /* private fields */ }Expand description
A builder for ApplicationSnapshotConfigurationUpdate.
Implementations§
source§impl ApplicationSnapshotConfigurationUpdateBuilder
impl ApplicationSnapshotConfigurationUpdateBuilder
sourcepub fn snapshots_enabled_update(self, input: bool) -> Self
pub fn snapshots_enabled_update(self, input: bool) -> Self
Describes updates to whether snapshots are enabled for an application.
This field is required.sourcepub fn set_snapshots_enabled_update(self, input: Option<bool>) -> Self
pub fn set_snapshots_enabled_update(self, input: Option<bool>) -> Self
Describes updates to whether snapshots are enabled for an application.
sourcepub fn get_snapshots_enabled_update(&self) -> &Option<bool>
pub fn get_snapshots_enabled_update(&self) -> &Option<bool>
Describes updates to whether snapshots are enabled for an application.
sourcepub fn build(self) -> Result<ApplicationSnapshotConfigurationUpdate, BuildError>
pub fn build(self) -> Result<ApplicationSnapshotConfigurationUpdate, BuildError>
Consumes the builder and constructs a ApplicationSnapshotConfigurationUpdate.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ApplicationSnapshotConfigurationUpdateBuilder
impl Clone for ApplicationSnapshotConfigurationUpdateBuilder
source§fn clone(&self) -> ApplicationSnapshotConfigurationUpdateBuilder
fn clone(&self) -> ApplicationSnapshotConfigurationUpdateBuilder
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 ApplicationSnapshotConfigurationUpdateBuilder
impl Default for ApplicationSnapshotConfigurationUpdateBuilder
source§fn default() -> ApplicationSnapshotConfigurationUpdateBuilder
fn default() -> ApplicationSnapshotConfigurationUpdateBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ApplicationSnapshotConfigurationUpdateBuilder
impl PartialEq for ApplicationSnapshotConfigurationUpdateBuilder
source§fn eq(&self, other: &ApplicationSnapshotConfigurationUpdateBuilder) -> bool
fn eq(&self, other: &ApplicationSnapshotConfigurationUpdateBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ApplicationSnapshotConfigurationUpdateBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ApplicationSnapshotConfigurationUpdateBuilder
impl Send for ApplicationSnapshotConfigurationUpdateBuilder
impl Sync for ApplicationSnapshotConfigurationUpdateBuilder
impl Unpin for ApplicationSnapshotConfigurationUpdateBuilder
impl UnwindSafe for ApplicationSnapshotConfigurationUpdateBuilder
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.