| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetHealth.Builder |
TargetHealth.builder() |
TargetHealth.Builder |
TargetHealth.Builder.description(String description)
A description of the health of the RDS Proxy target.
|
TargetHealth.Builder |
TargetHealth.Builder.reason(String reason)
The reason for the current health
State of the RDS Proxy target. |
TargetHealth.Builder |
TargetHealth.Builder.reason(TargetHealthReason reason)
The reason for the current health
State of the RDS Proxy target. |
TargetHealth.Builder |
TargetHealth.Builder.state(String state)
The current state of the connection health lifecycle for the RDS Proxy target.
|
TargetHealth.Builder |
TargetHealth.Builder.state(TargetState state)
The current state of the connection health lifecycle for the RDS Proxy target.
|
TargetHealth.Builder |
TargetHealth.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TargetHealth.Builder> |
TargetHealth.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DBProxyTarget.Builder |
DBProxyTarget.Builder.targetHealth(Consumer<TargetHealth.Builder> targetHealth)
Information about the connection health of the RDS Proxy target.
|
Copyright © 2023. All rights reserved.