Struct aws_sdk_appsync::input::create_data_source_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateDataSourceInput
Implementations
The API ID for the GraphQL API for the DataSource
.
The API ID for the GraphQL API for the DataSource
.
A description of the DataSource
.
A description of the DataSource
.
The type of the DataSource
.
The type of the DataSource
.
The Identity and Access Management service role ARN for the data source. The system assumes this role when accessing the data source.
The Identity and Access Management service role ARN for the data source. The system assumes this role when accessing the data source.
Amazon DynamoDB settings.
Amazon DynamoDB settings.
Amazon Web Services Lambda settings.
Amazon Web Services Lambda settings.
Amazon OpenSearch Service settings.
As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. For new data sources, use CreateDataSourceRequest$openSearchServiceConfig to create an OpenSearch data source.
Amazon OpenSearch Service settings.
As of September 2021, Amazon Elasticsearch service is Amazon OpenSearch Service. This configuration is deprecated. For new data sources, use CreateDataSourceRequest$openSearchServiceConfig to create an OpenSearch data source.
Amazon OpenSearch Service settings.
pub fn set_open_search_service_config(
self,
input: Option<OpenSearchServiceDataSourceConfig>
) -> Self
pub fn set_open_search_service_config(
self,
input: Option<OpenSearchServiceDataSourceConfig>
) -> Self
Amazon OpenSearch Service settings.
HTTP endpoint settings.
HTTP endpoint settings.
Relational database settings.
pub fn set_relational_database_config(
self,
input: Option<RelationalDatabaseDataSourceConfig>
) -> Self
pub fn set_relational_database_config(
self,
input: Option<RelationalDatabaseDataSourceConfig>
) -> Self
Relational database settings.
Consumes the builder and constructs a CreateDataSourceInput
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