Struct aws_sdk_glue::model::S3HudiSource
source · #[non_exhaustive]pub struct S3HudiSource { /* private fields */ }Expand description
Specifies a Hudi data source stored in Amazon S3.
Implementations§
source§impl S3HudiSource
impl S3HudiSource
sourcepub fn additional_hudi_options(&self) -> Option<&HashMap<String, String>>
pub fn additional_hudi_options(&self) -> Option<&HashMap<String, String>>
Specifies additional connection options.
sourcepub fn additional_options(&self) -> Option<&S3DirectSourceAdditionalOptions>
pub fn additional_options(&self) -> Option<&S3DirectSourceAdditionalOptions>
Specifies additional connection options for the Amazon S3 data store.
sourcepub fn output_schemas(&self) -> Option<&[GlueSchema]>
pub fn output_schemas(&self) -> Option<&[GlueSchema]>
Specifies the data schema for the Hudi source.
source§impl S3HudiSource
impl S3HudiSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3HudiSource.
Trait Implementations§
source§impl Clone for S3HudiSource
impl Clone for S3HudiSource
source§fn clone(&self) -> S3HudiSource
fn clone(&self) -> S3HudiSource
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 S3HudiSource
impl Debug for S3HudiSource
source§impl PartialEq<S3HudiSource> for S3HudiSource
impl PartialEq<S3HudiSource> for S3HudiSource
source§fn eq(&self, other: &S3HudiSource) -> bool
fn eq(&self, other: &S3HudiSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.