Struct aws_sdk_glue::types::builders::FederatedDatabaseBuilder
source · #[non_exhaustive]pub struct FederatedDatabaseBuilder { /* private fields */ }Expand description
A builder for FederatedDatabase.
Implementations§
source§impl FederatedDatabaseBuilder
impl FederatedDatabaseBuilder
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
A unique identifier for the federated database.
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
A unique identifier for the federated database.
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_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) -> FederatedDatabase
pub fn build(self) -> FederatedDatabase
Consumes the builder and constructs a FederatedDatabase.
Trait Implementations§
source§impl Clone for FederatedDatabaseBuilder
impl Clone for FederatedDatabaseBuilder
source§fn clone(&self) -> FederatedDatabaseBuilder
fn clone(&self) -> FederatedDatabaseBuilder
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 FederatedDatabaseBuilder
impl Debug for FederatedDatabaseBuilder
source§impl Default for FederatedDatabaseBuilder
impl Default for FederatedDatabaseBuilder
source§fn default() -> FederatedDatabaseBuilder
fn default() -> FederatedDatabaseBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for FederatedDatabaseBuilder
impl PartialEq for FederatedDatabaseBuilder
source§fn eq(&self, other: &FederatedDatabaseBuilder) -> bool
fn eq(&self, other: &FederatedDatabaseBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FederatedDatabaseBuilder
Auto Trait Implementations§
impl RefUnwindSafe for FederatedDatabaseBuilder
impl Send for FederatedDatabaseBuilder
impl Sync for FederatedDatabaseBuilder
impl Unpin for FederatedDatabaseBuilder
impl UnwindSafe for FederatedDatabaseBuilder
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.