Struct aws_sdk_glue::types::builders::JoinColumnBuilder
source · #[non_exhaustive]pub struct JoinColumnBuilder { /* private fields */ }Expand description
A builder for JoinColumn.
Implementations§
source§impl JoinColumnBuilder
impl JoinColumnBuilder
sourcepub fn from(self, input: impl Into<String>) -> Self
pub fn from(self, input: impl Into<String>) -> Self
The column to be joined.
This field is required.sourcepub fn keys(self, input: Vec<String>) -> Self
pub fn keys(self, input: Vec<String>) -> Self
Appends an item to keys.
To override the contents of this collection use set_keys.
The key of the column to be joined.
sourcepub fn set_keys(self, input: Option<Vec<Vec<String>>>) -> Self
pub fn set_keys(self, input: Option<Vec<Vec<String>>>) -> Self
The key of the column to be joined.
sourcepub fn build(self) -> Result<JoinColumn, BuildError>
pub fn build(self) -> Result<JoinColumn, BuildError>
Consumes the builder and constructs a JoinColumn.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for JoinColumnBuilder
impl Clone for JoinColumnBuilder
source§fn clone(&self) -> JoinColumnBuilder
fn clone(&self) -> JoinColumnBuilder
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 JoinColumnBuilder
impl Debug for JoinColumnBuilder
source§impl Default for JoinColumnBuilder
impl Default for JoinColumnBuilder
source§fn default() -> JoinColumnBuilder
fn default() -> JoinColumnBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for JoinColumnBuilder
impl PartialEq for JoinColumnBuilder
source§fn eq(&self, other: &JoinColumnBuilder) -> bool
fn eq(&self, other: &JoinColumnBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for JoinColumnBuilder
Auto Trait Implementations§
impl RefUnwindSafe for JoinColumnBuilder
impl Send for JoinColumnBuilder
impl Sync for JoinColumnBuilder
impl Unpin for JoinColumnBuilder
impl UnwindSafe for JoinColumnBuilder
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.