public static interface ConnectionConfiguration.Builder extends SdkPojo, CopyableBuilder<ConnectionConfiguration.Builder,ConnectionConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration.Builder |
databaseHost(String databaseHost)
The name of the host for the database.
|
ConnectionConfiguration.Builder |
databaseName(String databaseName)
The name of the database containing the document data.
|
ConnectionConfiguration.Builder |
databasePort(Integer databasePort)
The port that the database uses for connections.
|
ConnectionConfiguration.Builder |
secretArn(String secretArn)
The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager.
|
ConnectionConfiguration.Builder |
tableName(String tableName)
The name of the table that contains the document data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectionConfiguration.Builder databaseHost(String databaseHost)
The name of the host for the database. Can be either a string (host.subdomain.domain.tld) or an IPv4 or IPv6 address.
databaseHost - The name of the host for the database. Can be either a string (host.subdomain.domain.tld) or an IPv4
or IPv6 address.ConnectionConfiguration.Builder databasePort(Integer databasePort)
The port that the database uses for connections.
databasePort - The port that the database uses for connections.ConnectionConfiguration.Builder databaseName(String databaseName)
The name of the database containing the document data.
databaseName - The name of the database containing the document data.ConnectionConfiguration.Builder tableName(String tableName)
The name of the table that contains the document data.
tableName - The name of the table that contains the document data.ConnectionConfiguration.Builder secretArn(String secretArn)
The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager. The credentials should be a user/password pair. For more information, see Using a Database Data Source. For more information about AWS Secrets Manager, see What Is AWS Secrets Manager in the AWS Secrets Manager user guide.
secretArn - The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager. The credentials should be
a user/password pair. For more information, see Using a Database Data
Source. For more information about AWS Secrets Manager, see What Is AWS Secrets
Manager in the AWS Secrets Manager user guide.Copyright © 2020. All rights reserved.