primaryHost
The primary host of the database.
- Parameters:
primaryHost
- The primary host of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable
, CopyableBuilder<Database.Builder,Database>
, SdkBuilder<Database.Builder,Database>
, SdkPojo
Database
applicationId(String applicationId)
componentId(String componentId)
connectedComponentArns(String... connectedComponentArns)
connectedComponentArns(Collection<String> connectedComponentArns)
credentials(Collection<ApplicationCredential> credentials)
credentials(Consumer<ApplicationCredential.Builder>... credentials)
credentials(ApplicationCredential... credentials)
databaseId(String databaseId)
databaseName(String databaseName)
databaseType(String databaseType)
databaseType(DatabaseType databaseType)
lastUpdated(Instant lastUpdated)
primaryHost(String primaryHost)
status(DatabaseStatus status)
copy
applyMutation, build
equalsBySdkFields, sdkFieldNameToField, sdkFields
The ID of the application.
applicationId
- The ID of the application.The ID of the component.
componentId
- The ID of the component.The credentials of the database.
credentials
- The credentials of the database.The credentials of the database.
credentials
- The credentials of the database.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<ApplicationCredential>)
.
credentials
- a consumer that will call methods on
ApplicationCredential.Builder
The ID of the SAP HANA database.
databaseId
- The ID of the SAP HANA database.The name of the database.
databaseName
- The name of the database.The type of the database.
databaseType
- The type of the database.The type of the database.
databaseType
- The type of the database.The Amazon Resource Name (ARN) of the database.
arn
- The Amazon Resource Name (ARN) of the database.The status of the database.
status
- The status of the database.The status of the database.
status
- The status of the database.The primary host of the database.
primaryHost
- The primary host of the database.The SQL port of the database.
sqlPort
- The SQL port of the database.The time at which the database was last updated.
lastUpdated
- The time at which the database was last updated.The Amazon Resource Names of the connected AWS Systems Manager for SAP components.
connectedComponentArns
- The Amazon Resource Names of the connected AWS Systems Manager for SAP components.The Amazon Resource Names of the connected AWS Systems Manager for SAP components.
connectedComponentArns
- The Amazon Resource Names of the connected AWS Systems Manager for SAP components.