Struct aws_sdk_s3::model::restore_request::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RestoreRequest
Implementations
Lifetime of the active copy in days. Do not use with restores that specify
OutputLocation
.
The Days element is required for regular restores, and must not be provided for select requests.
Lifetime of the active copy in days. Do not use with restores that specify
OutputLocation
.
The Days element is required for regular restores, and must not be provided for select requests.
S3 Glacier related parameters pertaining to this job. Do not use with restores that
specify OutputLocation
.
S3 Glacier related parameters pertaining to this job. Do not use with restores that
specify OutputLocation
.
Type of restore request.
Type of restore request.
Retrieval tier at which the restore will be processed.
The optional description for the job.
The optional description for the job.
Describes the parameters for Select job types.
Describes the parameters for Select job types.
Describes the location where the restore job's output is stored.
Describes the location where the restore job's output is stored.
Consumes the builder and constructs a RestoreRequest
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more