#[non_exhaustive]pub struct BatchSegmentJobOutputBuilder { /* private fields */ }Expand description
A builder for BatchSegmentJobOutput.
Implementations§
source§impl BatchSegmentJobOutputBuilder
 
impl BatchSegmentJobOutputBuilder
sourcepub fn s3_data_destination(self, input: S3DataConfig) -> Self
 
pub fn s3_data_destination(self, input: S3DataConfig) -> Self
The configuration details of an Amazon S3 input or output bucket.
This field is required.sourcepub fn set_s3_data_destination(self, input: Option<S3DataConfig>) -> Self
 
pub fn set_s3_data_destination(self, input: Option<S3DataConfig>) -> Self
The configuration details of an Amazon S3 input or output bucket.
sourcepub fn get_s3_data_destination(&self) -> &Option<S3DataConfig>
 
pub fn get_s3_data_destination(&self) -> &Option<S3DataConfig>
The configuration details of an Amazon S3 input or output bucket.
sourcepub fn build(self) -> BatchSegmentJobOutput
 
pub fn build(self) -> BatchSegmentJobOutput
Consumes the builder and constructs a BatchSegmentJobOutput.
Trait Implementations§
source§impl Clone for BatchSegmentJobOutputBuilder
 
impl Clone for BatchSegmentJobOutputBuilder
source§fn clone(&self) -> BatchSegmentJobOutputBuilder
 
fn clone(&self) -> BatchSegmentJobOutputBuilder
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 BatchSegmentJobOutputBuilder
 
impl Debug for BatchSegmentJobOutputBuilder
source§impl Default for BatchSegmentJobOutputBuilder
 
impl Default for BatchSegmentJobOutputBuilder
source§fn default() -> BatchSegmentJobOutputBuilder
 
fn default() -> BatchSegmentJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchSegmentJobOutputBuilder
 
impl PartialEq for BatchSegmentJobOutputBuilder
source§fn eq(&self, other: &BatchSegmentJobOutputBuilder) -> bool
 
fn eq(&self, other: &BatchSegmentJobOutputBuilder) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchSegmentJobOutputBuilder
Auto Trait Implementations§
impl Freeze for BatchSegmentJobOutputBuilder
impl RefUnwindSafe for BatchSegmentJobOutputBuilder
impl Send for BatchSegmentJobOutputBuilder
impl Sync for BatchSegmentJobOutputBuilder
impl Unpin for BatchSegmentJobOutputBuilder
impl UnwindSafe for BatchSegmentJobOutputBuilder
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>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.