static UpdateReadEndpointDetails.Builder |
UpdateReadEndpointDetails.builder() |
Create a new builder.
|
UpdateReadEndpointDetails.Builder |
UpdateReadEndpointDetails.Builder.copy(UpdateReadEndpointDetails model) |
|
UpdateReadEndpointDetails.Builder |
UpdateReadEndpointDetails.Builder.excludeIps(List<String> excludeIps) |
A list of IP addresses of read replicas that are excluded from serving read requests.
|
UpdateReadEndpointDetails.Builder |
UpdateReadEndpointDetails.Builder.isEnabled(Boolean isEnabled) |
Specifies if the DB System read endpoint is enabled or not.
|
UpdateReadEndpointDetails.Builder |
UpdateReadEndpointDetails.Builder.readEndpointHostnameLabel(String readEndpointHostnameLabel) |
The hostname for the read endpoint of the DB System.
|
UpdateReadEndpointDetails.Builder |
UpdateReadEndpointDetails.Builder.readEndpointIpAddress(String readEndpointIpAddress) |
The IP address the DB System read endpoint is configured to listen on.
|
UpdateReadEndpointDetails.Builder |
UpdateReadEndpointDetails.toBuilder() |
|