Struct aws_sdk_glue::types::builders::DataQualityTargetTableBuilder
source · #[non_exhaustive]pub struct DataQualityTargetTableBuilder { /* private fields */ }Expand description
A builder for DataQualityTargetTable.
Implementations§
source§impl DataQualityTargetTableBuilder
impl DataQualityTargetTableBuilder
sourcepub fn table_name(self, input: impl Into<String>) -> Self
pub fn table_name(self, input: impl Into<String>) -> Self
The name of the Glue table.
This field is required.sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The name of the Glue table.
sourcepub fn get_table_name(&self) -> &Option<String>
pub fn get_table_name(&self) -> &Option<String>
The name of the Glue table.
sourcepub fn database_name(self, input: impl Into<String>) -> Self
pub fn database_name(self, input: impl Into<String>) -> Self
The name of the database where the Glue table exists.
This field is required.sourcepub fn set_database_name(self, input: Option<String>) -> Self
pub fn set_database_name(self, input: Option<String>) -> Self
The name of the database where the Glue table exists.
sourcepub fn get_database_name(&self) -> &Option<String>
pub fn get_database_name(&self) -> &Option<String>
The name of the database where the Glue table exists.
sourcepub fn catalog_id(self, input: impl Into<String>) -> Self
pub fn catalog_id(self, input: impl Into<String>) -> Self
The catalog id where the Glue table exists.
sourcepub fn set_catalog_id(self, input: Option<String>) -> Self
pub fn set_catalog_id(self, input: Option<String>) -> Self
The catalog id where the Glue table exists.
sourcepub fn get_catalog_id(&self) -> &Option<String>
pub fn get_catalog_id(&self) -> &Option<String>
The catalog id where the Glue table exists.
sourcepub fn build(self) -> Result<DataQualityTargetTable, BuildError>
pub fn build(self) -> Result<DataQualityTargetTable, BuildError>
Consumes the builder and constructs a DataQualityTargetTable.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for DataQualityTargetTableBuilder
impl Clone for DataQualityTargetTableBuilder
source§fn clone(&self) -> DataQualityTargetTableBuilder
fn clone(&self) -> DataQualityTargetTableBuilder
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 Default for DataQualityTargetTableBuilder
impl Default for DataQualityTargetTableBuilder
source§fn default() -> DataQualityTargetTableBuilder
fn default() -> DataQualityTargetTableBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DataQualityTargetTableBuilder
impl PartialEq for DataQualityTargetTableBuilder
source§fn eq(&self, other: &DataQualityTargetTableBuilder) -> bool
fn eq(&self, other: &DataQualityTargetTableBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DataQualityTargetTableBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DataQualityTargetTableBuilder
impl Send for DataQualityTargetTableBuilder
impl Sync for DataQualityTargetTableBuilder
impl Unpin for DataQualityTargetTableBuilder
impl UnwindSafe for DataQualityTargetTableBuilder
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.