public static interface Database.Builder extends SdkPojo, CopyableBuilder<Database.Builder,Database>
| Modifier and Type | Method and Description |
|---|---|
Database.Builder |
applicationId(String applicationId)
The ID of the application.
|
Database.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the database.
|
Database.Builder |
componentId(String componentId)
The ID of the component.
|
Database.Builder |
credentials(ApplicationCredential... credentials)
The credentials of the database.
|
Database.Builder |
credentials(Collection<ApplicationCredential> credentials)
The credentials of the database.
|
Database.Builder |
credentials(Consumer<ApplicationCredential.Builder>... credentials)
The credentials of the database.
|
Database.Builder |
databaseId(String databaseId)
The ID of the SAP HANA database.
|
Database.Builder |
databaseName(String databaseName)
The name of the database.
|
Database.Builder |
databaseType(DatabaseType databaseType)
The type of the database.
|
Database.Builder |
databaseType(String databaseType)
The type of the database.
|
Database.Builder |
lastUpdated(Instant lastUpdated)
The time at which the database was last updated.
|
Database.Builder |
primaryHost(String primaryHost)
The primary host of the database.
|
Database.Builder |
sqlPort(Integer sqlPort)
The SQL port of the database.
|
Database.Builder |
status(DatabaseStatus status)
The status of the database.
|
Database.Builder |
status(String status)
The status of the database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatabase.Builder applicationId(String applicationId)
The ID of the application.
applicationId - The ID of the application.Database.Builder componentId(String componentId)
The ID of the component.
componentId - The ID of the component.Database.Builder credentials(Collection<ApplicationCredential> credentials)
The credentials of the database.
credentials - The credentials of the database.Database.Builder credentials(ApplicationCredential... credentials)
The credentials of the database.
credentials - The credentials of the database.Database.Builder credentials(Consumer<ApplicationCredential.Builder>... credentials)
The credentials of the database.
This is a convenience method that creates an instance of theApplicationCredential.Builder avoiding the need to
create one manually via ApplicationCredential.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #credentials(List.
credentials - a consumer that will call methods on
ApplicationCredential.Builder#credentials(java.util.Collection) Database.Builder databaseId(String databaseId)
The ID of the SAP HANA database.
databaseId - The ID of the SAP HANA database.Database.Builder databaseName(String databaseName)
The name of the database.
databaseName - The name of the database.Database.Builder databaseType(String databaseType)
The type of the database.
databaseType - The type of the database.DatabaseType,
DatabaseTypeDatabase.Builder databaseType(DatabaseType databaseType)
The type of the database.
databaseType - The type of the database.DatabaseType,
DatabaseTypeDatabase.Builder arn(String arn)
The Amazon Resource Name (ARN) of the database.
arn - The Amazon Resource Name (ARN) of the database.Database.Builder status(String status)
The status of the database.
status - The status of the database.DatabaseStatus,
DatabaseStatusDatabase.Builder status(DatabaseStatus status)
The status of the database.
status - The status of the database.DatabaseStatus,
DatabaseStatusDatabase.Builder primaryHost(String primaryHost)
The primary host of the database.
primaryHost - The primary host of the database.Database.Builder sqlPort(Integer sqlPort)
The SQL port of the database.
sqlPort - The SQL port of the database.Database.Builder lastUpdated(Instant lastUpdated)
The time at which the database was last updated.
lastUpdated - The time at which the database was last updated.Copyright © 2023. All rights reserved.