Struct aws_sdk_dlm::types::builders::ArchiveRuleBuilder   
source · #[non_exhaustive]pub struct ArchiveRuleBuilder { /* private fields */ }Expand description
A builder for ArchiveRule.
Implementations§
source§impl ArchiveRuleBuilder
 
impl ArchiveRuleBuilder
sourcepub fn retain_rule(self, input: ArchiveRetainRule) -> Self
 
pub fn retain_rule(self, input: ArchiveRetainRule) -> Self
Information about the retention period for the snapshot archiving rule.
sourcepub fn set_retain_rule(self, input: Option<ArchiveRetainRule>) -> Self
 
pub fn set_retain_rule(self, input: Option<ArchiveRetainRule>) -> Self
Information about the retention period for the snapshot archiving rule.
sourcepub fn build(self) -> ArchiveRule
 
pub fn build(self) -> ArchiveRule
Consumes the builder and constructs a ArchiveRule.
Trait Implementations§
source§impl Clone for ArchiveRuleBuilder
 
impl Clone for ArchiveRuleBuilder
source§fn clone(&self) -> ArchiveRuleBuilder
 
fn clone(&self) -> ArchiveRuleBuilder
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 ArchiveRuleBuilder
 
impl Debug for ArchiveRuleBuilder
source§impl Default for ArchiveRuleBuilder
 
impl Default for ArchiveRuleBuilder
source§fn default() -> ArchiveRuleBuilder
 
fn default() -> ArchiveRuleBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ArchiveRuleBuilder> for ArchiveRuleBuilder
 
impl PartialEq<ArchiveRuleBuilder> for ArchiveRuleBuilder
source§fn eq(&self, other: &ArchiveRuleBuilder) -> bool
 
fn eq(&self, other: &ArchiveRuleBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.