Struct aws_sdk_s3::output::restore_object_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RestoreObjectOutput
.
Implementations§
source§impl Builder
impl Builder
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.
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.
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 build(self) -> RestoreObjectOutput
pub fn build(self) -> RestoreObjectOutput
Consumes the builder and constructs a RestoreObjectOutput
.