Struct aws_sdk_glue::model::UpsertRedshiftTargetOptions
source · #[non_exhaustive]pub struct UpsertRedshiftTargetOptions { /* private fields */ }Expand description
The options to configure an upsert operation when writing to a Redshift target .
Implementations§
source§impl UpsertRedshiftTargetOptions
impl UpsertRedshiftTargetOptions
sourcepub fn table_location(&self) -> Option<&str>
pub fn table_location(&self) -> Option<&str>
The physical location of the Redshift table.
sourcepub fn connection_name(&self) -> Option<&str>
pub fn connection_name(&self) -> Option<&str>
The name of the connection to use to write to Redshift.
sourcepub fn upsert_keys(&self) -> Option<&[String]>
pub fn upsert_keys(&self) -> Option<&[String]>
The keys used to determine whether to perform an update or insert.
source§impl UpsertRedshiftTargetOptions
impl UpsertRedshiftTargetOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpsertRedshiftTargetOptions.
Trait Implementations§
source§impl Clone for UpsertRedshiftTargetOptions
impl Clone for UpsertRedshiftTargetOptions
source§fn clone(&self) -> UpsertRedshiftTargetOptions
fn clone(&self) -> UpsertRedshiftTargetOptions
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 UpsertRedshiftTargetOptions
impl Debug for UpsertRedshiftTargetOptions
source§impl PartialEq<UpsertRedshiftTargetOptions> for UpsertRedshiftTargetOptions
impl PartialEq<UpsertRedshiftTargetOptions> for UpsertRedshiftTargetOptions
source§fn eq(&self, other: &UpsertRedshiftTargetOptions) -> bool
fn eq(&self, other: &UpsertRedshiftTargetOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.