| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBProxy.Builder |
DBProxy.Builder.auth(Collection<UserAuthConfigInfo> auth)
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB
instance or Aurora DB cluster.
|
DBProxy.Builder |
DBProxy.Builder.auth(Consumer<UserAuthConfigInfo.Builder>... auth)
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB
instance or Aurora DB cluster.
|
DBProxy.Builder |
DBProxy.Builder.auth(UserAuthConfigInfo... auth)
One or more data structures specifying the authorization mechanism to connect to the associated RDS DB
instance or Aurora DB cluster.
|
static DBProxy.Builder |
DBProxy.builder() |
DBProxy.Builder |
DBProxy.Builder.createdDate(Instant createdDate)
The date and time when the proxy was first created.
|
DBProxy.Builder |
DBProxy.Builder.dbProxyArn(String dbProxyArn)
The Amazon Resource Name (ARN) for the proxy.
|
DBProxy.Builder |
DBProxy.Builder.dbProxyName(String dbProxyName)
The identifier for the proxy.
|
DBProxy.Builder |
DBProxy.Builder.debugLogging(Boolean debugLogging)
Whether the proxy includes detailed information about SQL statements in its logs.
|
DBProxy.Builder |
DBProxy.Builder.endpoint(String endpoint)
The endpoint that you can use to connect to the DB proxy.
|
DBProxy.Builder |
DBProxy.Builder.engineFamily(String engineFamily)
The kinds of databases that the proxy can connect to.
|
DBProxy.Builder |
DBProxy.Builder.idleClientTimeout(Integer idleClientTimeout)
The number of seconds a connection to the proxy can have no activity before the proxy drops the client
connection.
|
DBProxy.Builder |
DBProxy.Builder.requireTLS(Boolean requireTLS)
Indicates whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
DBProxy.Builder |
DBProxy.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) for the IAM role that the proxy uses to access Amazon Secrets Manager.
|
DBProxy.Builder |
DBProxy.Builder.status(DBProxyStatus status)
The current status of this proxy.
|
DBProxy.Builder |
DBProxy.Builder.status(String status)
The current status of this proxy.
|
DBProxy.Builder |
DBProxy.toBuilder() |
DBProxy.Builder |
DBProxy.Builder.updatedDate(Instant updatedDate)
The date and time when the proxy was last updated.
|
DBProxy.Builder |
DBProxy.Builder.vpcId(String vpcId)
Provides the VPC ID of the DB proxy.
|
DBProxy.Builder |
DBProxy.Builder.vpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
Provides a list of VPC security groups that the proxy belongs to.
|
DBProxy.Builder |
DBProxy.Builder.vpcSecurityGroupIds(String... vpcSecurityGroupIds)
Provides a list of VPC security groups that the proxy belongs to.
|
DBProxy.Builder |
DBProxy.Builder.vpcSubnetIds(Collection<String> vpcSubnetIds)
The EC2 subnet IDs for the proxy.
|
DBProxy.Builder |
DBProxy.Builder.vpcSubnetIds(String... vpcSubnetIds)
The EC2 subnet IDs for the proxy.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBProxy.Builder> |
DBProxy.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbProxyResponse.Builder |
ModifyDbProxyResponse.Builder.dbProxy(Consumer<DBProxy.Builder> dbProxy)
The
DBProxy object representing the new settings for the proxy. |
default CreateDbProxyResponse.Builder |
CreateDbProxyResponse.Builder.dbProxy(Consumer<DBProxy.Builder> dbProxy)
The
DBProxy structure corresponding to the new proxy. |
default DeleteDbProxyResponse.Builder |
DeleteDbProxyResponse.Builder.dbProxy(Consumer<DBProxy.Builder> dbProxy)
The data structure representing the details of the DB proxy that you delete.
|
Copyright © 2022. All rights reserved.