Struct aws_sdk_glue::types::builders::MappingEntryBuilder
source · #[non_exhaustive]pub struct MappingEntryBuilder { /* private fields */ }Expand description
A builder for MappingEntry.
Implementations§
source§impl MappingEntryBuilder
impl MappingEntryBuilder
sourcepub fn source_table(self, input: impl Into<String>) -> Self
pub fn source_table(self, input: impl Into<String>) -> Self
The name of the source table.
sourcepub fn set_source_table(self, input: Option<String>) -> Self
pub fn set_source_table(self, input: Option<String>) -> Self
The name of the source table.
sourcepub fn source_path(self, input: impl Into<String>) -> Self
pub fn source_path(self, input: impl Into<String>) -> Self
The source path.
sourcepub fn set_source_path(self, input: Option<String>) -> Self
pub fn set_source_path(self, input: Option<String>) -> Self
The source path.
sourcepub fn source_type(self, input: impl Into<String>) -> Self
pub fn source_type(self, input: impl Into<String>) -> Self
The source type.
sourcepub fn set_source_type(self, input: Option<String>) -> Self
pub fn set_source_type(self, input: Option<String>) -> Self
The source type.
sourcepub fn target_table(self, input: impl Into<String>) -> Self
pub fn target_table(self, input: impl Into<String>) -> Self
The target table.
sourcepub fn set_target_table(self, input: Option<String>) -> Self
pub fn set_target_table(self, input: Option<String>) -> Self
The target table.
sourcepub fn target_path(self, input: impl Into<String>) -> Self
pub fn target_path(self, input: impl Into<String>) -> Self
The target path.
sourcepub fn set_target_path(self, input: Option<String>) -> Self
pub fn set_target_path(self, input: Option<String>) -> Self
The target path.
sourcepub fn target_type(self, input: impl Into<String>) -> Self
pub fn target_type(self, input: impl Into<String>) -> Self
The target type.
sourcepub fn set_target_type(self, input: Option<String>) -> Self
pub fn set_target_type(self, input: Option<String>) -> Self
The target type.
sourcepub fn build(self) -> MappingEntry
pub fn build(self) -> MappingEntry
Consumes the builder and constructs a MappingEntry.
Trait Implementations§
source§impl Clone for MappingEntryBuilder
impl Clone for MappingEntryBuilder
source§fn clone(&self) -> MappingEntryBuilder
fn clone(&self) -> MappingEntryBuilder
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 MappingEntryBuilder
impl Debug for MappingEntryBuilder
source§impl Default for MappingEntryBuilder
impl Default for MappingEntryBuilder
source§fn default() -> MappingEntryBuilder
fn default() -> MappingEntryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<MappingEntryBuilder> for MappingEntryBuilder
impl PartialEq<MappingEntryBuilder> for MappingEntryBuilder
source§fn eq(&self, other: &MappingEntryBuilder) -> bool
fn eq(&self, other: &MappingEntryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.