#[non_exhaustive]pub struct UpdatePipeSourceManagedStreamingKafkaParameters { /* private fields */ }
Expand description
The parameters for using an MSK stream as a source.
Implementations§
source§impl UpdatePipeSourceManagedStreamingKafkaParameters
impl UpdatePipeSourceManagedStreamingKafkaParameters
sourcepub fn batch_size(&self) -> Option<i32>
pub fn batch_size(&self) -> Option<i32>
The maximum number of records to include in each batch.
sourcepub fn credentials(&self) -> Option<&MskAccessCredentials>
pub fn credentials(&self) -> Option<&MskAccessCredentials>
The credentials needed to access the resource.
sourcepub fn maximum_batching_window_in_seconds(&self) -> Option<i32>
pub fn maximum_batching_window_in_seconds(&self) -> Option<i32>
The maximum length of a time to wait for events.
source§impl UpdatePipeSourceManagedStreamingKafkaParameters
impl UpdatePipeSourceManagedStreamingKafkaParameters
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePipeSourceManagedStreamingKafkaParameters
.
Trait Implementations§
source§impl Clone for UpdatePipeSourceManagedStreamingKafkaParameters
impl Clone for UpdatePipeSourceManagedStreamingKafkaParameters
source§fn clone(&self) -> UpdatePipeSourceManagedStreamingKafkaParameters
fn clone(&self) -> UpdatePipeSourceManagedStreamingKafkaParameters
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 PartialEq<UpdatePipeSourceManagedStreamingKafkaParameters> for UpdatePipeSourceManagedStreamingKafkaParameters
impl PartialEq<UpdatePipeSourceManagedStreamingKafkaParameters> for UpdatePipeSourceManagedStreamingKafkaParameters
source§fn eq(&self, other: &UpdatePipeSourceManagedStreamingKafkaParameters) -> bool
fn eq(&self, other: &UpdatePipeSourceManagedStreamingKafkaParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.