Struct aws_sdk_s3::model::glacier_job_parameters::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for GlacierJobParameters
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn set_tier(self, input: Option<Tier>) -> Self
pub fn set_tier(self, input: Option<Tier>) -> Self
Retrieval tier at which the restore will be processed.
sourcepub fn build(self) -> GlacierJobParameters
pub fn build(self) -> GlacierJobParameters
Consumes the builder and constructs a GlacierJobParameters
.
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