Struct aws_sdk_datazone::operation::update_data_source::builders::UpdateDataSourceInputBuilder
source · #[non_exhaustive]pub struct UpdateDataSourceInputBuilder { /* private fields */ }
Expand description
A builder for UpdateDataSourceInput
.
Implementations§
source§impl UpdateDataSourceInputBuilder
impl UpdateDataSourceInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The identifier of the domain in which to update a data source.
sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The identifier of the domain in which to update a data source.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The identifier of the domain in which to update a data source.
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
The identifier of the data source to be updated.
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
The identifier of the data source to be updated.
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_identifier(&self) -> &Option<String>
The identifier of the data source to be updated.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name to be updated as part of the UpdateDataSource
action.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name to be updated as part of the UpdateDataSource
action.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name to be updated as part of the UpdateDataSource
action.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description to be updated as part of the UpdateDataSource
action.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description to be updated as part of the UpdateDataSource
action.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description to be updated as part of the UpdateDataSource
action.
sourcepub fn enable_setting(self, input: EnableSetting) -> Self
pub fn enable_setting(self, input: EnableSetting) -> Self
The enable setting to be updated as part of the UpdateDataSource
action.
sourcepub fn set_enable_setting(self, input: Option<EnableSetting>) -> Self
pub fn set_enable_setting(self, input: Option<EnableSetting>) -> Self
The enable setting to be updated as part of the UpdateDataSource
action.
sourcepub fn get_enable_setting(&self) -> &Option<EnableSetting>
pub fn get_enable_setting(&self) -> &Option<EnableSetting>
The enable setting to be updated as part of the UpdateDataSource
action.
sourcepub fn publish_on_import(self, input: bool) -> Self
pub fn publish_on_import(self, input: bool) -> Self
The publish on import setting to be updated as part of the UpdateDataSource
action.
sourcepub fn set_publish_on_import(self, input: Option<bool>) -> Self
pub fn set_publish_on_import(self, input: Option<bool>) -> Self
The publish on import setting to be updated as part of the UpdateDataSource
action.
sourcepub fn get_publish_on_import(&self) -> &Option<bool>
pub fn get_publish_on_import(&self) -> &Option<bool>
The publish on import setting to be updated as part of the UpdateDataSource
action.
sourcepub fn asset_forms_input(self, input: FormInput) -> Self
pub fn asset_forms_input(self, input: FormInput) -> Self
Appends an item to asset_forms_input
.
To override the contents of this collection use set_asset_forms_input
.
The asset forms to be updated as part of the UpdateDataSource
action.
sourcepub fn set_asset_forms_input(self, input: Option<Vec<FormInput>>) -> Self
pub fn set_asset_forms_input(self, input: Option<Vec<FormInput>>) -> Self
The asset forms to be updated as part of the UpdateDataSource
action.
sourcepub fn get_asset_forms_input(&self) -> &Option<Vec<FormInput>>
pub fn get_asset_forms_input(&self) -> &Option<Vec<FormInput>>
The asset forms to be updated as part of the UpdateDataSource
action.
sourcepub fn schedule(self, input: ScheduleConfiguration) -> Self
pub fn schedule(self, input: ScheduleConfiguration) -> Self
The schedule to be updated as part of the UpdateDataSource
action.
sourcepub fn set_schedule(self, input: Option<ScheduleConfiguration>) -> Self
pub fn set_schedule(self, input: Option<ScheduleConfiguration>) -> Self
The schedule to be updated as part of the UpdateDataSource
action.
sourcepub fn get_schedule(&self) -> &Option<ScheduleConfiguration>
pub fn get_schedule(&self) -> &Option<ScheduleConfiguration>
The schedule to be updated as part of the UpdateDataSource
action.
sourcepub fn configuration(self, input: DataSourceConfigurationInput) -> Self
pub fn configuration(self, input: DataSourceConfigurationInput) -> Self
The configuration to be updated as part of the UpdateDataSource
action.
sourcepub fn set_configuration(
self,
input: Option<DataSourceConfigurationInput>
) -> Self
pub fn set_configuration( self, input: Option<DataSourceConfigurationInput> ) -> Self
The configuration to be updated as part of the UpdateDataSource
action.
sourcepub fn get_configuration(&self) -> &Option<DataSourceConfigurationInput>
pub fn get_configuration(&self) -> &Option<DataSourceConfigurationInput>
The configuration to be updated as part of the UpdateDataSource
action.
sourcepub fn recommendation(self, input: RecommendationConfiguration) -> Self
pub fn recommendation(self, input: RecommendationConfiguration) -> Self
The recommendation to be updated as part of the UpdateDataSource
action.
sourcepub fn set_recommendation(
self,
input: Option<RecommendationConfiguration>
) -> Self
pub fn set_recommendation( self, input: Option<RecommendationConfiguration> ) -> Self
The recommendation to be updated as part of the UpdateDataSource
action.
sourcepub fn get_recommendation(&self) -> &Option<RecommendationConfiguration>
pub fn get_recommendation(&self) -> &Option<RecommendationConfiguration>
The recommendation to be updated as part of the UpdateDataSource
action.
sourcepub fn build(self) -> Result<UpdateDataSourceInput, BuildError>
pub fn build(self) -> Result<UpdateDataSourceInput, BuildError>
Consumes the builder and constructs a UpdateDataSourceInput
.
source§impl UpdateDataSourceInputBuilder
impl UpdateDataSourceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateDataSourceOutput, SdkError<UpdateDataSourceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateDataSourceOutput, SdkError<UpdateDataSourceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateDataSourceInputBuilder
impl Clone for UpdateDataSourceInputBuilder
source§fn clone(&self) -> UpdateDataSourceInputBuilder
fn clone(&self) -> UpdateDataSourceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateDataSourceInputBuilder
impl Debug for UpdateDataSourceInputBuilder
source§impl Default for UpdateDataSourceInputBuilder
impl Default for UpdateDataSourceInputBuilder
source§fn default() -> UpdateDataSourceInputBuilder
fn default() -> UpdateDataSourceInputBuilder
source§impl PartialEq for UpdateDataSourceInputBuilder
impl PartialEq for UpdateDataSourceInputBuilder
source§fn eq(&self, other: &UpdateDataSourceInputBuilder) -> bool
fn eq(&self, other: &UpdateDataSourceInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.