Struct aws_sdk_glue::model::mapping_entry::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for MappingEntry.
Implementations§
source§impl Builder
impl Builder
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.