#[non_exhaustive]pub struct RestoreObjectOutputBuilder { /* private fields */ }
Expand description
A builder for RestoreObjectOutput
.
Implementations§
source§impl RestoreObjectOutputBuilder
impl RestoreObjectOutputBuilder
sourcepub fn request_charged(self, input: RequestCharged) -> Self
pub fn request_charged(self, input: RequestCharged) -> Self
If present, indicates that the requester was successfully charged for the request.
This functionality is not supported for directory buckets.
sourcepub fn set_request_charged(self, input: Option<RequestCharged>) -> Self
pub fn set_request_charged(self, input: Option<RequestCharged>) -> Self
If present, indicates that the requester was successfully charged for the request.
This functionality is not supported for directory buckets.
sourcepub fn get_request_charged(&self) -> &Option<RequestCharged>
pub fn get_request_charged(&self) -> &Option<RequestCharged>
If present, indicates that the requester was successfully charged for the request.
This functionality is not supported for directory buckets.
sourcepub fn restore_output_path(self, input: impl Into<String>) -> Self
pub fn restore_output_path(self, input: impl Into<String>) -> Self
Indicates the path in the provided S3 output location where Select results will be restored to.
sourcepub fn set_restore_output_path(self, input: Option<String>) -> Self
pub fn set_restore_output_path(self, input: Option<String>) -> Self
Indicates the path in the provided S3 output location where Select results will be restored to.
sourcepub fn get_restore_output_path(&self) -> &Option<String>
pub fn get_restore_output_path(&self) -> &Option<String>
Indicates the path in the provided S3 output location where Select results will be restored to.
sourcepub fn build(self) -> RestoreObjectOutput
pub fn build(self) -> RestoreObjectOutput
Consumes the builder and constructs a RestoreObjectOutput
.
Trait Implementations§
source§impl Clone for RestoreObjectOutputBuilder
impl Clone for RestoreObjectOutputBuilder
source§fn clone(&self) -> RestoreObjectOutputBuilder
fn clone(&self) -> RestoreObjectOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RestoreObjectOutputBuilder
impl Debug for RestoreObjectOutputBuilder
source§impl Default for RestoreObjectOutputBuilder
impl Default for RestoreObjectOutputBuilder
source§fn default() -> RestoreObjectOutputBuilder
fn default() -> RestoreObjectOutputBuilder
impl StructuralPartialEq for RestoreObjectOutputBuilder
Auto Trait Implementations§
impl Freeze for RestoreObjectOutputBuilder
impl RefUnwindSafe for RestoreObjectOutputBuilder
impl Send for RestoreObjectOutputBuilder
impl Sync for RestoreObjectOutputBuilder
impl Unpin for RestoreObjectOutputBuilder
impl UnwindSafe for RestoreObjectOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)