| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static DBProxyTarget.Builder |
DBProxyTarget.builder() |
DBProxyTarget.Builder |
DBProxyTarget.Builder.endpoint(String endpoint)
The writer endpoint for the RDS DB instance or Aurora DB cluster.
|
DBProxyTarget.Builder |
DBProxyTarget.Builder.port(Integer port)
The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.
|
DBProxyTarget.Builder |
DBProxyTarget.Builder.rdsResourceId(String rdsResourceId)
The identifier representing the target.
|
DBProxyTarget.Builder |
DBProxyTarget.Builder.role(String role)
A value that indicates whether the target of the proxy can be used for read/write or read-only operations.
|
DBProxyTarget.Builder |
DBProxyTarget.Builder.role(TargetRole role)
A value that indicates whether the target of the proxy can be used for read/write or read-only operations.
|
DBProxyTarget.Builder |
DBProxyTarget.Builder.targetArn(String targetArn)
The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.
|
default DBProxyTarget.Builder |
DBProxyTarget.Builder.targetHealth(Consumer<TargetHealth.Builder> targetHealth)
Information about the connection health of the RDS Proxy target.
|
DBProxyTarget.Builder |
DBProxyTarget.Builder.targetHealth(TargetHealth targetHealth)
Information about the connection health of the RDS Proxy target.
|
DBProxyTarget.Builder |
DBProxyTarget.toBuilder() |
DBProxyTarget.Builder |
DBProxyTarget.Builder.trackedClusterId(String trackedClusterId)
The DB cluster identifier when the target represents an Aurora DB cluster.
|
DBProxyTarget.Builder |
DBProxyTarget.Builder.type(String type)
Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target
represents.
|
DBProxyTarget.Builder |
DBProxyTarget.Builder.type(TargetType type)
Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target
represents.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBProxyTarget.Builder> |
DBProxyTarget.serializableBuilderClass() |
Copyright © 2022. All rights reserved.