Struct aws_sdk_glue::types::builders::OpenTableFormatInputBuilder
source · #[non_exhaustive]pub struct OpenTableFormatInputBuilder { /* private fields */ }Expand description
A builder for OpenTableFormatInput.
Implementations§
source§impl OpenTableFormatInputBuilder
impl OpenTableFormatInputBuilder
sourcepub fn iceberg_input(self, input: IcebergInput) -> Self
pub fn iceberg_input(self, input: IcebergInput) -> Self
Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.
sourcepub fn set_iceberg_input(self, input: Option<IcebergInput>) -> Self
pub fn set_iceberg_input(self, input: Option<IcebergInput>) -> Self
Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.
sourcepub fn get_iceberg_input(&self) -> &Option<IcebergInput>
pub fn get_iceberg_input(&self) -> &Option<IcebergInput>
Specifies an IcebergInput structure that defines an Apache Iceberg metadata table.
sourcepub fn build(self) -> OpenTableFormatInput
pub fn build(self) -> OpenTableFormatInput
Consumes the builder and constructs a OpenTableFormatInput.
Trait Implementations§
source§impl Clone for OpenTableFormatInputBuilder
impl Clone for OpenTableFormatInputBuilder
source§fn clone(&self) -> OpenTableFormatInputBuilder
fn clone(&self) -> OpenTableFormatInputBuilder
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 OpenTableFormatInputBuilder
impl Debug for OpenTableFormatInputBuilder
source§impl Default for OpenTableFormatInputBuilder
impl Default for OpenTableFormatInputBuilder
source§fn default() -> OpenTableFormatInputBuilder
fn default() -> OpenTableFormatInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for OpenTableFormatInputBuilder
impl PartialEq for OpenTableFormatInputBuilder
source§fn eq(&self, other: &OpenTableFormatInputBuilder) -> bool
fn eq(&self, other: &OpenTableFormatInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for OpenTableFormatInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for OpenTableFormatInputBuilder
impl Send for OpenTableFormatInputBuilder
impl Sync for OpenTableFormatInputBuilder
impl Unpin for OpenTableFormatInputBuilder
impl UnwindSafe for OpenTableFormatInputBuilder
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