Struct aws_sdk_cloudformation::operation::detect_stack_drift::builders::DetectStackDriftOutputBuilder
source · #[non_exhaustive]pub struct DetectStackDriftOutputBuilder { /* private fields */ }
Expand description
A builder for DetectStackDriftOutput
.
Implementations§
source§impl DetectStackDriftOutputBuilder
impl DetectStackDriftOutputBuilder
sourcepub fn stack_drift_detection_id(self, input: impl Into<String>) -> Self
pub fn stack_drift_detection_id(self, input: impl Into<String>) -> Self
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
sourcepub fn set_stack_drift_detection_id(self, input: Option<String>) -> Self
pub fn set_stack_drift_detection_id(self, input: Option<String>) -> Self
The ID of the drift detection results of this operation.
CloudFormation generates new results, with a new drift detection ID, each time this operation is run. However, the number of drift results CloudFormation retains for any given stack, and for how long, may vary.
sourcepub fn build(self) -> DetectStackDriftOutput
pub fn build(self) -> DetectStackDriftOutput
Consumes the builder and constructs a DetectStackDriftOutput
.
Trait Implementations§
source§impl Clone for DetectStackDriftOutputBuilder
impl Clone for DetectStackDriftOutputBuilder
source§fn clone(&self) -> DetectStackDriftOutputBuilder
fn clone(&self) -> DetectStackDriftOutputBuilder
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 DetectStackDriftOutputBuilder
impl Default for DetectStackDriftOutputBuilder
source§fn default() -> DetectStackDriftOutputBuilder
fn default() -> DetectStackDriftOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DetectStackDriftOutputBuilder> for DetectStackDriftOutputBuilder
impl PartialEq<DetectStackDriftOutputBuilder> for DetectStackDriftOutputBuilder
source§fn eq(&self, other: &DetectStackDriftOutputBuilder) -> bool
fn eq(&self, other: &DetectStackDriftOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DetectStackDriftOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DetectStackDriftOutputBuilder
impl Send for DetectStackDriftOutputBuilder
impl Sync for DetectStackDriftOutputBuilder
impl Unpin for DetectStackDriftOutputBuilder
impl UnwindSafe for DetectStackDriftOutputBuilder
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