pub struct Builder { /* private fields */ }Expand description
A builder for DetectStackDriftOutput.
Implementations
sourceimpl Builder
impl Builder
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
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more