Interface DatabaseConnection.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DatabaseConnection.Builder,,DatabaseConnection> SdkBuilder<DatabaseConnection.Builder,,DatabaseConnection> SdkPojo
- Enclosing class:
 DatabaseConnection
public static interface DatabaseConnection.Builder
extends SdkPojo, CopyableBuilder<DatabaseConnection.Builder,DatabaseConnection> 
- 
Method Summary
Modifier and TypeMethodDescriptionconnectionIp(String connectionIp) The IP address for connection.databaseArn(String databaseArn) The Amazon Resource Name of the connected SAP HANA database.databaseConnectionMethod(String databaseConnectionMethod) The method of connection.databaseConnectionMethod(DatabaseConnectionMethod databaseConnectionMethod) The method of connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
databaseConnectionMethod
The method of connection.
- Parameters:
 databaseConnectionMethod- The method of connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
databaseConnectionMethod
DatabaseConnection.Builder databaseConnectionMethod(DatabaseConnectionMethod databaseConnectionMethod) The method of connection.
- Parameters:
 databaseConnectionMethod- The method of connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
databaseArn
The Amazon Resource Name of the connected SAP HANA database.
- Parameters:
 databaseArn- The Amazon Resource Name of the connected SAP HANA database.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
connectionIp
The IP address for connection.
- Parameters:
 connectionIp- The IP address for connection.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -