pub struct UpdateTableFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateTable.
Updates a metadata table in the Data Catalog.
Implementations§
source§impl UpdateTableFluentBuilder
impl UpdateTableFluentBuilder
sourcepub fn as_input(&self) -> &UpdateTableInputBuilder
pub fn as_input(&self) -> &UpdateTableInputBuilder
Access the UpdateTable as a reference.
sourcepub async fn send(
self,
) -> Result<UpdateTableOutput, SdkError<UpdateTableError, HttpResponse>>
pub async fn send( self, ) -> Result<UpdateTableOutput, SdkError<UpdateTableError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self,
) -> CustomizableOperation<UpdateTableOutput, UpdateTableError, Self>
pub fn customize( self, ) -> CustomizableOperation<UpdateTableOutput, UpdateTableError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
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 where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
sourcepub fn get_catalog_id(&self) -> &Option<String>
pub fn get_catalog_id(&self) -> &Option<String>
The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
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 in which the table resides. For Hive compatibility, this name is entirely lowercase.
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 in which the table resides. For Hive compatibility, this name is entirely lowercase.
sourcepub fn get_database_name(&self) -> &Option<String>
pub fn get_database_name(&self) -> &Option<String>
The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
sourcepub fn table_input(self, input: TableInput) -> Self
pub fn table_input(self, input: TableInput) -> Self
An updated TableInput object to define the metadata table in the catalog.
sourcepub fn set_table_input(self, input: Option<TableInput>) -> Self
pub fn set_table_input(self, input: Option<TableInput>) -> Self
An updated TableInput object to define the metadata table in the catalog.
sourcepub fn get_table_input(&self) -> &Option<TableInput>
pub fn get_table_input(&self) -> &Option<TableInput>
An updated TableInput object to define the metadata table in the catalog.
sourcepub fn skip_archive(self, input: bool) -> Self
pub fn skip_archive(self, input: bool) -> Self
By default, UpdateTable always creates an archived version of the table before updating it. However, if skipArchive is set to true, UpdateTable does not create the archived version.
sourcepub fn set_skip_archive(self, input: Option<bool>) -> Self
pub fn set_skip_archive(self, input: Option<bool>) -> Self
By default, UpdateTable always creates an archived version of the table before updating it. However, if skipArchive is set to true, UpdateTable does not create the archived version.
sourcepub fn get_skip_archive(&self) -> &Option<bool>
pub fn get_skip_archive(&self) -> &Option<bool>
By default, UpdateTable always creates an archived version of the table before updating it. However, if skipArchive is set to true, UpdateTable does not create the archived version.
sourcepub fn transaction_id(self, input: impl Into<String>) -> Self
pub fn transaction_id(self, input: impl Into<String>) -> Self
The transaction ID at which to update the table contents.
sourcepub fn set_transaction_id(self, input: Option<String>) -> Self
pub fn set_transaction_id(self, input: Option<String>) -> Self
The transaction ID at which to update the table contents.
sourcepub fn get_transaction_id(&self) -> &Option<String>
pub fn get_transaction_id(&self) -> &Option<String>
The transaction ID at which to update the table contents.
sourcepub fn version_id(self, input: impl Into<String>) -> Self
pub fn version_id(self, input: impl Into<String>) -> Self
The version ID at which to update the table contents.
sourcepub fn set_version_id(self, input: Option<String>) -> Self
pub fn set_version_id(self, input: Option<String>) -> Self
The version ID at which to update the table contents.
sourcepub fn get_version_id(&self) -> &Option<String>
pub fn get_version_id(&self) -> &Option<String>
The version ID at which to update the table contents.
sourcepub fn view_update_action(self, input: ViewUpdateAction) -> Self
pub fn view_update_action(self, input: ViewUpdateAction) -> Self
The operation to be performed when updating the view.
sourcepub fn set_view_update_action(self, input: Option<ViewUpdateAction>) -> Self
pub fn set_view_update_action(self, input: Option<ViewUpdateAction>) -> Self
The operation to be performed when updating the view.
sourcepub fn get_view_update_action(&self) -> &Option<ViewUpdateAction>
pub fn get_view_update_action(&self) -> &Option<ViewUpdateAction>
The operation to be performed when updating the view.
sourcepub fn force(self, input: bool) -> Self
pub fn force(self, input: bool) -> Self
A flag that can be set to true to ignore matching storage descriptor and subobject matching requirements.
Trait Implementations§
source§impl Clone for UpdateTableFluentBuilder
impl Clone for UpdateTableFluentBuilder
source§fn clone(&self) -> UpdateTableFluentBuilder
fn clone(&self) -> UpdateTableFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreAuto Trait Implementations§
impl Freeze for UpdateTableFluentBuilder
impl !RefUnwindSafe for UpdateTableFluentBuilder
impl Send for UpdateTableFluentBuilder
impl Sync for UpdateTableFluentBuilder
impl Unpin for UpdateTableFluentBuilder
impl !UnwindSafe for UpdateTableFluentBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more