@Stability(value=Stable)
public static interface CfnDBCluster.ReadEndpointProperty
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.*;
ReadEndpointProperty readEndpointProperty = ReadEndpointProperty.builder()
.address("address")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDBCluster.ReadEndpointProperty.Builder
A builder for
CfnDBCluster.ReadEndpointProperty |
static class |
CfnDBCluster.ReadEndpointProperty.Jsii$Proxy
An implementation for
CfnDBCluster.ReadEndpointProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDBCluster.ReadEndpointProperty.Builder |
builder() |
default String |
getAddress()
`CfnDBCluster.ReadEndpointProperty.Address`.
|
@Stability(value=Stable) @Nullable default String getAddress()
@Stability(value=Stable) static CfnDBCluster.ReadEndpointProperty.Builder builder()
Copyright © 2022. All rights reserved.