public static interface RelationalDatabaseDataSourceConfig.Builder extends SdkPojo, CopyableBuilder<RelationalDatabaseDataSourceConfig.Builder,RelationalDatabaseDataSourceConfig>
| Modifier and Type | Method and Description |
|---|---|
default RelationalDatabaseDataSourceConfig.Builder |
rdsHttpEndpointConfig(Consumer<RdsHttpEndpointConfig.Builder> rdsHttpEndpointConfig)
Amazon RDS HTTP endpoint settings.
|
RelationalDatabaseDataSourceConfig.Builder |
rdsHttpEndpointConfig(RdsHttpEndpointConfig rdsHttpEndpointConfig)
Amazon RDS HTTP endpoint settings.
|
RelationalDatabaseDataSourceConfig.Builder |
relationalDatabaseSourceType(RelationalDatabaseSourceType relationalDatabaseSourceType)
Source type for the relational database.
|
RelationalDatabaseDataSourceConfig.Builder |
relationalDatabaseSourceType(String relationalDatabaseSourceType)
Source type for the relational database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRelationalDatabaseDataSourceConfig.Builder relationalDatabaseSourceType(String relationalDatabaseSourceType)
Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
relationalDatabaseSourceType - Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
RelationalDatabaseSourceType,
RelationalDatabaseSourceTypeRelationalDatabaseDataSourceConfig.Builder relationalDatabaseSourceType(RelationalDatabaseSourceType relationalDatabaseSourceType)
Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
relationalDatabaseSourceType - Source type for the relational database.
RDS_HTTP_ENDPOINT: The relational database source type is an Amazon Relational Database Service (Amazon RDS) HTTP endpoint.
RelationalDatabaseSourceType,
RelationalDatabaseSourceTypeRelationalDatabaseDataSourceConfig.Builder rdsHttpEndpointConfig(RdsHttpEndpointConfig rdsHttpEndpointConfig)
Amazon RDS HTTP endpoint settings.
rdsHttpEndpointConfig - Amazon RDS HTTP endpoint settings.default RelationalDatabaseDataSourceConfig.Builder rdsHttpEndpointConfig(Consumer<RdsHttpEndpointConfig.Builder> rdsHttpEndpointConfig)
Amazon RDS HTTP endpoint settings.
This is a convenience method that creates an instance of theRdsHttpEndpointConfig.Builder avoiding
the need to create one manually via RdsHttpEndpointConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to rdsHttpEndpointConfig(RdsHttpEndpointConfig).rdsHttpEndpointConfig - a consumer that will call methods on RdsHttpEndpointConfig.BuilderrdsHttpEndpointConfig(RdsHttpEndpointConfig)Copyright © 2022. All rights reserved.