| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceEndpoint.Builder |
AwsRdsDbInstanceEndpoint.Builder.address(String address)
Specifies the DNS address of the DB instance.
|
static AwsRdsDbInstanceEndpoint.Builder |
AwsRdsDbInstanceEndpoint.builder() |
AwsRdsDbInstanceEndpoint.Builder |
AwsRdsDbInstanceEndpoint.Builder.hostedZoneId(String hostedZoneId)
Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
|
AwsRdsDbInstanceEndpoint.Builder |
AwsRdsDbInstanceEndpoint.Builder.port(Integer port)
Specifies the port that the database engine is listening on.
|
AwsRdsDbInstanceEndpoint.Builder |
AwsRdsDbInstanceEndpoint.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsRdsDbInstanceEndpoint.Builder> |
AwsRdsDbInstanceEndpoint.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.endpoint(Consumer<AwsRdsDbInstanceEndpoint.Builder> endpoint)
Specifies the connection endpoint.
|
default AwsRdsDbInstanceDetails.Builder |
AwsRdsDbInstanceDetails.Builder.listenerEndpoint(Consumer<AwsRdsDbInstanceEndpoint.Builder> listenerEndpoint)
Sets the value of the ListenerEndpoint property for this object.
|
Copyright © 2023. All rights reserved.