#[non_exhaustive]pub struct RedshiftRunConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for RedshiftRunConfigurationOutput
.
Implementations§
source§impl RedshiftRunConfigurationOutputBuilder
impl RedshiftRunConfigurationOutputBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.
sourcepub fn region(self, input: impl Into<String>) -> Self
pub fn region(self, input: impl Into<String>) -> Self
The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.
sourcepub fn set_region(self, input: Option<String>) -> Self
pub fn set_region(self, input: Option<String>) -> Self
The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.
sourcepub fn get_region(&self) -> &Option<String>
pub fn get_region(&self) -> &Option<String>
The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.
sourcepub fn data_access_role(self, input: impl Into<String>) -> Self
pub fn data_access_role(self, input: impl Into<String>) -> Self
The data access role included in the configuration details of the Amazon Redshift data source.
sourcepub fn set_data_access_role(self, input: Option<String>) -> Self
pub fn set_data_access_role(self, input: Option<String>) -> Self
The data access role included in the configuration details of the Amazon Redshift data source.
sourcepub fn get_data_access_role(&self) -> &Option<String>
pub fn get_data_access_role(&self) -> &Option<String>
The data access role included in the configuration details of the Amazon Redshift data source.
sourcepub fn relational_filter_configurations(
self,
input: RelationalFilterConfiguration
) -> Self
pub fn relational_filter_configurations( self, input: RelationalFilterConfiguration ) -> Self
Appends an item to relational_filter_configurations
.
To override the contents of this collection use set_relational_filter_configurations
.
The relational filger configurations included in the configuration details of the Amazon Redshift data source.
sourcepub fn set_relational_filter_configurations(
self,
input: Option<Vec<RelationalFilterConfiguration>>
) -> Self
pub fn set_relational_filter_configurations( self, input: Option<Vec<RelationalFilterConfiguration>> ) -> Self
The relational filger configurations included in the configuration details of the Amazon Redshift data source.
sourcepub fn get_relational_filter_configurations(
&self
) -> &Option<Vec<RelationalFilterConfiguration>>
pub fn get_relational_filter_configurations( &self ) -> &Option<Vec<RelationalFilterConfiguration>>
The relational filger configurations included in the configuration details of the Amazon Redshift data source.
sourcepub fn redshift_credential_configuration(
self,
input: RedshiftCredentialConfiguration
) -> Self
pub fn redshift_credential_configuration( self, input: RedshiftCredentialConfiguration ) -> Self
The details of the credentials required to access an Amazon Redshift cluster.
sourcepub fn set_redshift_credential_configuration(
self,
input: Option<RedshiftCredentialConfiguration>
) -> Self
pub fn set_redshift_credential_configuration( self, input: Option<RedshiftCredentialConfiguration> ) -> Self
The details of the credentials required to access an Amazon Redshift cluster.
sourcepub fn get_redshift_credential_configuration(
&self
) -> &Option<RedshiftCredentialConfiguration>
pub fn get_redshift_credential_configuration( &self ) -> &Option<RedshiftCredentialConfiguration>
The details of the credentials required to access an Amazon Redshift cluster.
sourcepub fn redshift_storage(self, input: RedshiftStorage) -> Self
pub fn redshift_storage(self, input: RedshiftStorage) -> Self
The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
sourcepub fn set_redshift_storage(self, input: Option<RedshiftStorage>) -> Self
pub fn set_redshift_storage(self, input: Option<RedshiftStorage>) -> Self
The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
sourcepub fn get_redshift_storage(&self) -> &Option<RedshiftStorage>
pub fn get_redshift_storage(&self) -> &Option<RedshiftStorage>
The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
sourcepub fn build(self) -> RedshiftRunConfigurationOutput
pub fn build(self) -> RedshiftRunConfigurationOutput
Consumes the builder and constructs a RedshiftRunConfigurationOutput
.
Trait Implementations§
source§impl Clone for RedshiftRunConfigurationOutputBuilder
impl Clone for RedshiftRunConfigurationOutputBuilder
source§fn clone(&self) -> RedshiftRunConfigurationOutputBuilder
fn clone(&self) -> RedshiftRunConfigurationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for RedshiftRunConfigurationOutputBuilder
impl Default for RedshiftRunConfigurationOutputBuilder
source§fn default() -> RedshiftRunConfigurationOutputBuilder
fn default() -> RedshiftRunConfigurationOutputBuilder
source§impl PartialEq for RedshiftRunConfigurationOutputBuilder
impl PartialEq for RedshiftRunConfigurationOutputBuilder
source§fn eq(&self, other: &RedshiftRunConfigurationOutputBuilder) -> bool
fn eq(&self, other: &RedshiftRunConfigurationOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.