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