Struct aws_sdk_appsync::model::relational_database_data_source_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RelationalDatabaseDataSourceConfig
Implementations
Source type for the relational database.
-
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
pub fn set_relational_database_source_type(
self,
input: Option<RelationalDatabaseSourceType>
) -> Self
pub fn set_relational_database_source_type(
self,
input: Option<RelationalDatabaseSourceType>
) -> Self
Source type for the relational database.
-
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
Amazon RDS HTTP endpoint settings.
Amazon RDS HTTP endpoint settings.
Consumes the builder and constructs a RelationalDatabaseDataSourceConfig
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