| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static DBProxyTargetGroup.Builder |
DBProxyTargetGroup.builder() |
DBProxyTargetGroup.Builder |
DBProxyTargetGroup.Builder.connectionPoolConfig(ConnectionPoolConfigurationInfo connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
|
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.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)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DBProxyTargetGroup.Builder> |
DBProxyTargetGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbProxyTargetGroupResponse.Builder |
ModifyDbProxyTargetGroupResponse.Builder.dbProxyTargetGroup(Consumer<DBProxyTargetGroup.Builder> dbProxyTargetGroup)
The settings of the modified
DBProxyTarget. |
Copyright © 2023. All rights reserved.