#[non_exhaustive]pub struct IntermediateSourceConfigurationBuilder { /* private fields */ }
Expand description
A builder for IntermediateSourceConfiguration
.
Implementations§
source§impl IntermediateSourceConfigurationBuilder
impl IntermediateSourceConfigurationBuilder
sourcepub fn intermediate_s3_path(self, input: impl Into<String>) -> Self
pub fn intermediate_s3_path(self, input: impl Into<String>) -> Self
The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET
sourcepub fn set_intermediate_s3_path(self, input: Option<String>) -> Self
pub fn set_intermediate_s3_path(self, input: Option<String>) -> Self
The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET
sourcepub fn get_intermediate_s3_path(&self) -> &Option<String>
pub fn get_intermediate_s3_path(&self) -> &Option<String>
The Amazon S3 location (bucket and prefix). For example: s3://provider_bucket/DOC-EXAMPLE-BUCKET
sourcepub fn build(self) -> Result<IntermediateSourceConfiguration, BuildError>
pub fn build(self) -> Result<IntermediateSourceConfiguration, BuildError>
Consumes the builder and constructs a IntermediateSourceConfiguration
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for IntermediateSourceConfigurationBuilder
impl Clone for IntermediateSourceConfigurationBuilder
source§fn clone(&self) -> IntermediateSourceConfigurationBuilder
fn clone(&self) -> IntermediateSourceConfigurationBuilder
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 Default for IntermediateSourceConfigurationBuilder
impl Default for IntermediateSourceConfigurationBuilder
source§fn default() -> IntermediateSourceConfigurationBuilder
fn default() -> IntermediateSourceConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for IntermediateSourceConfigurationBuilder
impl PartialEq for IntermediateSourceConfigurationBuilder
source§fn eq(&self, other: &IntermediateSourceConfigurationBuilder) -> bool
fn eq(&self, other: &IntermediateSourceConfigurationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for IntermediateSourceConfigurationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for IntermediateSourceConfigurationBuilder
impl Send for IntermediateSourceConfigurationBuilder
impl Sync for IntermediateSourceConfigurationBuilder
impl Unpin for IntermediateSourceConfigurationBuilder
impl UnwindSafe for IntermediateSourceConfigurationBuilder
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.