#[non_exhaustive]pub struct DeleteTableInputBuilder { /* private fields */ }
Expand description
A builder for DeleteTableInput
.
Implementations§
source§impl DeleteTableInputBuilder
impl DeleteTableInputBuilder
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 to delete.
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 to delete.
sourcepub fn build(self) -> Result<DeleteTableInput, BuildError>
pub fn build(self) -> Result<DeleteTableInput, BuildError>
Consumes the builder and constructs a DeleteTableInput
.
Trait Implementations§
source§impl Clone for DeleteTableInputBuilder
impl Clone for DeleteTableInputBuilder
source§fn clone(&self) -> DeleteTableInputBuilder
fn clone(&self) -> DeleteTableInputBuilder
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 DeleteTableInputBuilder
impl Debug for DeleteTableInputBuilder
source§impl Default for DeleteTableInputBuilder
impl Default for DeleteTableInputBuilder
source§fn default() -> DeleteTableInputBuilder
fn default() -> DeleteTableInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteTableInputBuilder> for DeleteTableInputBuilder
impl PartialEq<DeleteTableInputBuilder> for DeleteTableInputBuilder
source§fn eq(&self, other: &DeleteTableInputBuilder) -> bool
fn eq(&self, other: &DeleteTableInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.