#[non_exhaustive]pub struct GlueRunConfigurationOutputBuilder { /* private fields */ }
Expand description
A builder for GlueRunConfigurationOutput
.
Implementations§
source§impl GlueRunConfigurationOutputBuilder
impl GlueRunConfigurationOutputBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue 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 Web Services Glue 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 Web Services Glue 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 Web Services Glue 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 Web Services Glue 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 Web Services Glue 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 Web Services Glue 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 filter configurations included in the configuration details of the Amazon Web Services Glue 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 filter configurations included in the configuration details of the Amazon Web Services Glue data source.
sourcepub fn get_relational_filter_configurations(
&self
) -> &Option<Vec<RelationalFilterConfiguration>>
pub fn get_relational_filter_configurations( &self ) -> &Option<Vec<RelationalFilterConfiguration>>
The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.
sourcepub fn build(self) -> GlueRunConfigurationOutput
pub fn build(self) -> GlueRunConfigurationOutput
Consumes the builder and constructs a GlueRunConfigurationOutput
.
Trait Implementations§
source§impl Clone for GlueRunConfigurationOutputBuilder
impl Clone for GlueRunConfigurationOutputBuilder
source§fn clone(&self) -> GlueRunConfigurationOutputBuilder
fn clone(&self) -> GlueRunConfigurationOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GlueRunConfigurationOutputBuilder
impl Default for GlueRunConfigurationOutputBuilder
source§fn default() -> GlueRunConfigurationOutputBuilder
fn default() -> GlueRunConfigurationOutputBuilder
source§impl PartialEq for GlueRunConfigurationOutputBuilder
impl PartialEq for GlueRunConfigurationOutputBuilder
source§fn eq(&self, other: &GlueRunConfigurationOutputBuilder) -> bool
fn eq(&self, other: &GlueRunConfigurationOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.