#[non_exhaustive]pub struct GlueRunConfigurationInputBuilder { /* private fields */ }
Expand description
A builder for GlueRunConfigurationInput
.
Implementations§
source§impl GlueRunConfigurationInputBuilder
impl GlueRunConfigurationInputBuilder
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) -> GlueRunConfigurationInput
pub fn build(self) -> GlueRunConfigurationInput
Consumes the builder and constructs a GlueRunConfigurationInput
.
Trait Implementations§
source§impl Clone for GlueRunConfigurationInputBuilder
impl Clone for GlueRunConfigurationInputBuilder
source§fn clone(&self) -> GlueRunConfigurationInputBuilder
fn clone(&self) -> GlueRunConfigurationInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GlueRunConfigurationInputBuilder
impl Default for GlueRunConfigurationInputBuilder
source§fn default() -> GlueRunConfigurationInputBuilder
fn default() -> GlueRunConfigurationInputBuilder
source§impl PartialEq for GlueRunConfigurationInputBuilder
impl PartialEq for GlueRunConfigurationInputBuilder
source§fn eq(&self, other: &GlueRunConfigurationInputBuilder) -> bool
fn eq(&self, other: &GlueRunConfigurationInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.