Struct aws_sdk_glue::model::DirectKafkaSource  
source · [−]#[non_exhaustive]pub struct DirectKafkaSource { /* private fields */ }Expand description
Specifies an Apache Kafka data store.
Implementations
sourceimpl DirectKafkaSource
 
impl DirectKafkaSource
sourcepub fn streaming_options(&self) -> Option<&KafkaStreamingSourceOptions>
 
pub fn streaming_options(&self) -> Option<&KafkaStreamingSourceOptions>
Specifies the streaming options.
sourcepub fn window_size(&self) -> Option<i32>
 
pub fn window_size(&self) -> Option<i32>
The amount of time to spend processing each micro batch.
sourcepub fn detect_schema(&self) -> Option<bool>
 
pub fn detect_schema(&self) -> Option<bool>
Whether to automatically determine the schema from the incoming data.
sourcepub fn data_preview_options(&self) -> Option<&StreamingDataPreviewOptions>
 
pub fn data_preview_options(&self) -> Option<&StreamingDataPreviewOptions>
Specifies options related to data preview for viewing a sample of your data.
sourceimpl DirectKafkaSource
 
impl DirectKafkaSource
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DirectKafkaSource.
Trait Implementations
sourceimpl Clone for DirectKafkaSource
 
impl Clone for DirectKafkaSource
sourcefn clone(&self) -> DirectKafkaSource
 
fn clone(&self) -> DirectKafkaSource
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for DirectKafkaSource
 
impl Debug for DirectKafkaSource
sourceimpl PartialEq<DirectKafkaSource> for DirectKafkaSource
 
impl PartialEq<DirectKafkaSource> for DirectKafkaSource
sourcefn eq(&self, other: &DirectKafkaSource) -> bool
 
fn eq(&self, other: &DirectKafkaSource) -> bool
impl StructuralPartialEq for DirectKafkaSource
Auto Trait Implementations
impl RefUnwindSafe for DirectKafkaSource
impl Send for DirectKafkaSource
impl Sync for DirectKafkaSource
impl Unpin for DirectKafkaSource
impl UnwindSafe for DirectKafkaSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more