pub struct Builder { /* private fields */ }
Expand description
A builder for RelationalDatabaseDataSourceConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn relational_database_source_type(
self,
input: RelationalDatabaseSourceType
) -> Self
pub fn relational_database_source_type(
self,
input: 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.
sourcepub 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.
sourcepub fn rds_http_endpoint_config(self, input: RdsHttpEndpointConfig) -> Self
pub fn rds_http_endpoint_config(self, input: RdsHttpEndpointConfig) -> Self
Amazon RDS HTTP endpoint settings.
sourcepub fn set_rds_http_endpoint_config(
self,
input: Option<RdsHttpEndpointConfig>
) -> Self
pub fn set_rds_http_endpoint_config(
self,
input: Option<RdsHttpEndpointConfig>
) -> Self
Amazon RDS HTTP endpoint settings.
sourcepub fn build(self) -> RelationalDatabaseDataSourceConfig
pub fn build(self) -> RelationalDatabaseDataSourceConfig
Consumes the builder and constructs a RelationalDatabaseDataSourceConfig
.