Struct aws_sdk_appsync::input::update_data_source_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateDataSourceInput
Implementations
The API ID.
The new description for the data source.
The new description for the data source.
The new data source type.
The new data source type.
The new service role Amazon Resource Name (ARN) for the data source.
The new service role Amazon Resource Name (ARN) for the data source.
The new Amazon DynamoDB configuration.
The new Amazon DynamoDB configuration.
The new Lambda configuration.
The new Lambda configuration.
The new OpenSearch configuration.
As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. Instead, use UpdateDataSourceRequest$openSearchServiceConfig
to update an OpenSearch data source.
The new OpenSearch configuration.
As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. Instead, use UpdateDataSourceRequest$openSearchServiceConfig
to update an OpenSearch data source.
The new OpenSearch configuration.
pub fn set_open_search_service_config(
self,
input: Option<OpenSearchServiceDataSourceConfig>
) -> Self
pub fn set_open_search_service_config(
self,
input: Option<OpenSearchServiceDataSourceConfig>
) -> Self
The new OpenSearch configuration.
The new HTTP endpoint configuration.
The new HTTP endpoint configuration.
The new relational database configuration.
pub fn set_relational_database_config(
self,
input: Option<RelationalDatabaseDataSourceConfig>
) -> Self
pub fn set_relational_database_config(
self,
input: Option<RelationalDatabaseDataSourceConfig>
) -> Self
The new relational database configuration.
Consumes the builder and constructs a UpdateDataSourceInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more