Database.Builder |
Database.Builder.applicationId(String applicationId) |
The ID of the application.
|
Database.Builder |
Database.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the database.
|
static Database.Builder |
Database.builder() |
|
Database.Builder |
Database.Builder.componentId(String componentId) |
The ID of the component.
|
Database.Builder |
Database.Builder.credentials(Collection<ApplicationCredential> credentials) |
The credentials of the database.
|
Database.Builder |
Database.Builder.credentials(Consumer<ApplicationCredential.Builder>... credentials) |
The credentials of the database.
|
Database.Builder |
Database.Builder.credentials(ApplicationCredential... credentials) |
The credentials of the database.
|
Database.Builder |
Database.Builder.databaseId(String databaseId) |
The ID of the SAP HANA database.
|
Database.Builder |
Database.Builder.databaseName(String databaseName) |
The name of the database.
|
Database.Builder |
Database.Builder.databaseType(String databaseType) |
The type of the database.
|
Database.Builder |
Database.Builder.databaseType(DatabaseType databaseType) |
The type of the database.
|
Database.Builder |
Database.Builder.lastUpdated(Instant lastUpdated) |
The time at which the database was last updated.
|
Database.Builder |
Database.Builder.primaryHost(String primaryHost) |
The primary host of the database.
|
Database.Builder |
Database.Builder.sqlPort(Integer sqlPort) |
The SQL port of the database.
|
Database.Builder |
Database.Builder.status(String status) |
The status of the database.
|
Database.Builder |
Database.Builder.status(DatabaseStatus status) |
The status of the database.
|
Database.Builder |
Database.toBuilder() |
|