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