static DBProxyTargetGroup.Builder |
DBProxyTargetGroup.builder() |
|
default DBProxyTargetGroup.Builder |
DBProxyTargetGroup.Builder.connectionPoolConfig(Consumer<ConnectionPoolConfigurationInfo.Builder> connectionPoolConfig) |
The settings that determine the size and behavior of the connection pool for the target group.
|
DBProxyTargetGroup.Builder |
DBProxyTargetGroup.Builder.connectionPoolConfig(ConnectionPoolConfigurationInfo connectionPoolConfig) |
The settings that determine the size and behavior of the connection pool for the target group.
|
DBProxyTargetGroup.Builder |
DBProxyTargetGroup.Builder.createdDate(Instant createdDate) |
The date and time when the target group was first created.
|
DBProxyTargetGroup.Builder |
DBProxyTargetGroup.Builder.dbProxyName(String dbProxyName) |
The identifier for the RDS proxy associated with this target group.
|
DBProxyTargetGroup.Builder |
DBProxyTargetGroup.Builder.isDefault(Boolean isDefault) |
Indicates whether this target group is the first one used for connection requests by the associated proxy.
|
DBProxyTargetGroup.Builder |
DBProxyTargetGroup.Builder.status(String status) |
The current status of this target group.
|
DBProxyTargetGroup.Builder |
DBProxyTargetGroup.Builder.targetGroupArn(String targetGroupArn) |
The Amazon Resource Name (ARN) representing the target group.
|
DBProxyTargetGroup.Builder |
DBProxyTargetGroup.Builder.targetGroupName(String targetGroupName) |
The identifier for the target group.
|
DBProxyTargetGroup.Builder |
DBProxyTargetGroup.toBuilder() |
|
DBProxyTargetGroup.Builder |
DBProxyTargetGroup.Builder.updatedDate(Instant updatedDate) |
The date and time when the target group was last updated.
|