#[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 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>
Creates a shared type from an unshared type.