Interface RelationalDatabaseDataSourceConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RelationalDatabaseDataSourceConfig.Builder,,- RelationalDatabaseDataSourceConfig> - SdkBuilder<RelationalDatabaseDataSourceConfig.Builder,,- RelationalDatabaseDataSourceConfig> - SdkPojo
- Enclosing class:
- RelationalDatabaseDataSourceConfig
- 
Method SummaryModifier and TypeMethodDescriptionrdsHttpEndpointConfig(Consumer<RdsHttpEndpointConfig.Builder> rdsHttpEndpointConfig) Amazon RDS HTTP endpoint settings.rdsHttpEndpointConfig(RdsHttpEndpointConfig rdsHttpEndpointConfig) Amazon RDS HTTP endpoint settings.relationalDatabaseSourceType(String relationalDatabaseSourceType) Source type for the relational database.relationalDatabaseSourceType(RelationalDatabaseSourceType relationalDatabaseSourceType) Source type for the relational database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
relationalDatabaseSourceTypeRelationalDatabaseDataSourceConfig.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. 
 - Parameters:
- 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. 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
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. 
 - Parameters:
- 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. 
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
rdsHttpEndpointConfigRelationalDatabaseDataSourceConfig.Builder rdsHttpEndpointConfig(RdsHttpEndpointConfig rdsHttpEndpointConfig) Amazon RDS HTTP endpoint settings. - Parameters:
- rdsHttpEndpointConfig- Amazon RDS HTTP endpoint settings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
rdsHttpEndpointConfigdefault RelationalDatabaseDataSourceConfig.Builder rdsHttpEndpointConfig(Consumer<RdsHttpEndpointConfig.Builder> rdsHttpEndpointConfig) Amazon RDS HTTP endpoint settings. This is a convenience method that creates an instance of theRdsHttpEndpointConfig.Builderavoiding the need to create one manually viaRdsHttpEndpointConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tordsHttpEndpointConfig(RdsHttpEndpointConfig).- Parameters:
- rdsHttpEndpointConfig- a consumer that will call methods on- RdsHttpEndpointConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-