Struct aws_sdk_glue::types::builders::TableIdentifierBuilder
source · #[non_exhaustive]pub struct TableIdentifierBuilder { /* private fields */ }Expand description
A builder for TableIdentifier.
Implementations§
source§impl TableIdentifierBuilder
impl TableIdentifierBuilder
sourcepub fn catalog_id(self, input: impl Into<String>) -> Self
pub fn catalog_id(self, input: impl Into<String>) -> Self
The ID of the Data Catalog in which the table resides.
sourcepub fn set_catalog_id(self, input: Option<String>) -> Self
pub fn set_catalog_id(self, input: Option<String>) -> Self
The ID of the Data Catalog in which the table resides.
sourcepub fn get_catalog_id(&self) -> &Option<String>
pub fn get_catalog_id(&self) -> &Option<String>
The ID of the Data Catalog in which the table resides.
sourcepub fn database_name(self, input: impl Into<String>) -> Self
pub fn database_name(self, input: impl Into<String>) -> Self
The name of the catalog database that contains the target table.
sourcepub fn set_database_name(self, input: Option<String>) -> Self
pub fn set_database_name(self, input: Option<String>) -> Self
The name of the catalog database that contains the target table.
sourcepub fn get_database_name(&self) -> &Option<String>
pub fn get_database_name(&self) -> &Option<String>
The name of the catalog database that contains the target table.
sourcepub fn set_region(self, input: Option<String>) -> Self
pub fn set_region(self, input: Option<String>) -> Self
Region of the target table.
sourcepub fn get_region(&self) -> &Option<String>
pub fn get_region(&self) -> &Option<String>
Region of the target table.
sourcepub fn build(self) -> TableIdentifier
pub fn build(self) -> TableIdentifier
Consumes the builder and constructs a TableIdentifier.
Trait Implementations§
source§impl Clone for TableIdentifierBuilder
impl Clone for TableIdentifierBuilder
source§fn clone(&self) -> TableIdentifierBuilder
fn clone(&self) -> TableIdentifierBuilder
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 TableIdentifierBuilder
impl Debug for TableIdentifierBuilder
source§impl Default for TableIdentifierBuilder
impl Default for TableIdentifierBuilder
source§fn default() -> TableIdentifierBuilder
fn default() -> TableIdentifierBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for TableIdentifierBuilder
impl PartialEq for TableIdentifierBuilder
source§fn eq(&self, other: &TableIdentifierBuilder) -> bool
fn eq(&self, other: &TableIdentifierBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TableIdentifierBuilder
Auto Trait Implementations§
impl RefUnwindSafe for TableIdentifierBuilder
impl Send for TableIdentifierBuilder
impl Sync for TableIdentifierBuilder
impl Unpin for TableIdentifierBuilder
impl UnwindSafe for TableIdentifierBuilder
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.