public static interface CfnCluster.EndpointProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.memorydb.*; EndpointProperty endpointProperty = EndpointProperty.builder() .address("address") .port(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.EndpointProperty.Builder
A builder for
CfnCluster.EndpointProperty |
static class |
CfnCluster.EndpointProperty.Jsii$Proxy
An implementation for
CfnCluster.EndpointProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.EndpointProperty.Builder |
builder() |
default java.lang.String |
getAddress()
The DNS hostname of the node.
|
default java.lang.Number |
getPort()
The port number that the engine is listening on.
|
default java.lang.String getAddress()
default java.lang.Number getPort()
static CfnCluster.EndpointProperty.Builder builder()