Struct aws_sdk_glue::types::builders::FederatedTableBuilder
source · #[non_exhaustive]pub struct FederatedTableBuilder { /* private fields */ }Expand description
A builder for FederatedTable.
Implementations§
source§impl FederatedTableBuilder
impl FederatedTableBuilder
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
A unique identifier for the federated table.
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
A unique identifier for the federated table.
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_identifier(&self) -> &Option<String>
A unique identifier for the federated table.
sourcepub fn database_identifier(self, input: impl Into<String>) -> Self
pub fn database_identifier(self, input: impl Into<String>) -> Self
A unique identifier for the federated database.
sourcepub fn set_database_identifier(self, input: Option<String>) -> Self
pub fn set_database_identifier(self, input: Option<String>) -> Self
A unique identifier for the federated database.
sourcepub fn get_database_identifier(&self) -> &Option<String>
pub fn get_database_identifier(&self) -> &Option<String>
A unique identifier for the federated database.
sourcepub fn connection_name(self, input: impl Into<String>) -> Self
pub fn connection_name(self, input: impl Into<String>) -> Self
The name of the connection to the external metastore.
sourcepub fn set_connection_name(self, input: Option<String>) -> Self
pub fn set_connection_name(self, input: Option<String>) -> Self
The name of the connection to the external metastore.
sourcepub fn get_connection_name(&self) -> &Option<String>
pub fn get_connection_name(&self) -> &Option<String>
The name of the connection to the external metastore.
sourcepub fn build(self) -> FederatedTable
pub fn build(self) -> FederatedTable
Consumes the builder and constructs a FederatedTable.
Trait Implementations§
source§impl Clone for FederatedTableBuilder
impl Clone for FederatedTableBuilder
source§fn clone(&self) -> FederatedTableBuilder
fn clone(&self) -> FederatedTableBuilder
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 FederatedTableBuilder
impl Debug for FederatedTableBuilder
source§impl Default for FederatedTableBuilder
impl Default for FederatedTableBuilder
source§fn default() -> FederatedTableBuilder
fn default() -> FederatedTableBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for FederatedTableBuilder
impl PartialEq for FederatedTableBuilder
source§fn eq(&self, other: &FederatedTableBuilder) -> bool
fn eq(&self, other: &FederatedTableBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FederatedTableBuilder
Auto Trait Implementations§
impl RefUnwindSafe for FederatedTableBuilder
impl Send for FederatedTableBuilder
impl Sync for FederatedTableBuilder
impl Unpin for FederatedTableBuilder
impl UnwindSafe for FederatedTableBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.