@Stability(value=Stable)
public static interface CfnDBInstance.EndpointProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.rds.*;
EndpointProperty endpointProperty = EndpointProperty.builder()
.address("address")
.hostedZoneId("hostedZoneId")
.port("port")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBInstance.EndpointProperty.Builder
A builder for
CfnDBInstance.EndpointProperty |
static class |
CfnDBInstance.EndpointProperty.Jsii$Proxy
An implementation for
CfnDBInstance.EndpointProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBInstance.EndpointProperty.Builder |
builder() |
default String |
getAddress()
`CfnDBInstance.EndpointProperty.Address`.
|
default String |
getHostedZoneId()
`CfnDBInstance.EndpointProperty.HostedZoneId`.
|
default String |
getPort()
`CfnDBInstance.EndpointProperty.Port`.
|
@Stability(value=Stable) @Nullable default String getAddress()
@Stability(value=Stable) @Nullable default String getHostedZoneId()
@Stability(value=Stable) @Nullable default String getPort()
@Stability(value=Stable) static CfnDBInstance.EndpointProperty.Builder builder()
Copyright © 2022. All rights reserved.