#[non_exhaustive]pub struct HubS3StorageConfigBuilder { /* private fields */ }Expand description
A builder for HubS3StorageConfig.
Implementations§
source§impl HubS3StorageConfigBuilder
impl HubS3StorageConfigBuilder
sourcepub fn s3_output_path(self, input: impl Into<String>) -> Self
pub fn s3_output_path(self, input: impl Into<String>) -> Self
The Amazon S3 bucket prefix for hosting hub content.
sourcepub fn set_s3_output_path(self, input: Option<String>) -> Self
pub fn set_s3_output_path(self, input: Option<String>) -> Self
The Amazon S3 bucket prefix for hosting hub content.
sourcepub fn get_s3_output_path(&self) -> &Option<String>
pub fn get_s3_output_path(&self) -> &Option<String>
The Amazon S3 bucket prefix for hosting hub content.
sourcepub fn build(self) -> HubS3StorageConfig
pub fn build(self) -> HubS3StorageConfig
Consumes the builder and constructs a HubS3StorageConfig.
Trait Implementations§
source§impl Clone for HubS3StorageConfigBuilder
impl Clone for HubS3StorageConfigBuilder
source§fn clone(&self) -> HubS3StorageConfigBuilder
fn clone(&self) -> HubS3StorageConfigBuilder
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 HubS3StorageConfigBuilder
impl Debug for HubS3StorageConfigBuilder
source§impl Default for HubS3StorageConfigBuilder
impl Default for HubS3StorageConfigBuilder
source§fn default() -> HubS3StorageConfigBuilder
fn default() -> HubS3StorageConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for HubS3StorageConfigBuilder
impl PartialEq for HubS3StorageConfigBuilder
source§fn eq(&self, other: &HubS3StorageConfigBuilder) -> bool
fn eq(&self, other: &HubS3StorageConfigBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for HubS3StorageConfigBuilder
Auto Trait Implementations§
impl RefUnwindSafe for HubS3StorageConfigBuilder
impl Send for HubS3StorageConfigBuilder
impl Sync for HubS3StorageConfigBuilder
impl Unpin for HubS3StorageConfigBuilder
impl UnwindSafe for HubS3StorageConfigBuilder
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
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.