#[non_exhaustive]pub struct UpdatePipeSourceSqsQueueParametersBuilder { /* private fields */ }
Expand description
A builder for UpdatePipeSourceSqsQueueParameters
.
Implementations§
source§impl UpdatePipeSourceSqsQueueParametersBuilder
impl UpdatePipeSourceSqsQueueParametersBuilder
sourcepub fn batch_size(self, input: i32) -> Self
pub fn batch_size(self, input: i32) -> Self
The maximum number of records to include in each batch.
sourcepub fn set_batch_size(self, input: Option<i32>) -> Self
pub fn set_batch_size(self, input: Option<i32>) -> Self
The maximum number of records to include in each batch.
sourcepub fn get_batch_size(&self) -> &Option<i32>
pub fn get_batch_size(&self) -> &Option<i32>
The maximum number of records to include in each batch.
sourcepub fn maximum_batching_window_in_seconds(self, input: i32) -> Self
pub fn maximum_batching_window_in_seconds(self, input: i32) -> Self
The maximum length of a time to wait for events.
sourcepub fn set_maximum_batching_window_in_seconds(self, input: Option<i32>) -> Self
pub fn set_maximum_batching_window_in_seconds(self, input: Option<i32>) -> Self
The maximum length of a time to wait for events.
sourcepub fn get_maximum_batching_window_in_seconds(&self) -> &Option<i32>
pub fn get_maximum_batching_window_in_seconds(&self) -> &Option<i32>
The maximum length of a time to wait for events.
sourcepub fn build(self) -> UpdatePipeSourceSqsQueueParameters
pub fn build(self) -> UpdatePipeSourceSqsQueueParameters
Consumes the builder and constructs a UpdatePipeSourceSqsQueueParameters
.
Trait Implementations§
source§impl Clone for UpdatePipeSourceSqsQueueParametersBuilder
impl Clone for UpdatePipeSourceSqsQueueParametersBuilder
source§fn clone(&self) -> UpdatePipeSourceSqsQueueParametersBuilder
fn clone(&self) -> UpdatePipeSourceSqsQueueParametersBuilder
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 UpdatePipeSourceSqsQueueParametersBuilder
impl Default for UpdatePipeSourceSqsQueueParametersBuilder
source§fn default() -> UpdatePipeSourceSqsQueueParametersBuilder
fn default() -> UpdatePipeSourceSqsQueueParametersBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdatePipeSourceSqsQueueParametersBuilder
impl PartialEq for UpdatePipeSourceSqsQueueParametersBuilder
source§fn eq(&self, other: &UpdatePipeSourceSqsQueueParametersBuilder) -> bool
fn eq(&self, other: &UpdatePipeSourceSqsQueueParametersBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdatePipeSourceSqsQueueParametersBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdatePipeSourceSqsQueueParametersBuilder
impl Send for UpdatePipeSourceSqsQueueParametersBuilder
impl Sync for UpdatePipeSourceSqsQueueParametersBuilder
impl Unpin for UpdatePipeSourceSqsQueueParametersBuilder
impl UnwindSafe for UpdatePipeSourceSqsQueueParametersBuilder
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.