@Stability(value=Stable)
public static interface CfnDataflowEndpointGroup.SocketAddressProperty
extends software.amazon.jsii.JsiiSerializable
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.groundstation.*;
SocketAddressProperty socketAddressProperty = SocketAddressProperty.builder()
.name("name")
.port(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataflowEndpointGroup.SocketAddressProperty.Builder
A builder for
CfnDataflowEndpointGroup.SocketAddressProperty |
static class |
CfnDataflowEndpointGroup.SocketAddressProperty.Jsii$Proxy
An implementation for
CfnDataflowEndpointGroup.SocketAddressProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataflowEndpointGroup.SocketAddressProperty.Builder |
builder() |
default String |
getName()
The name of the endpoint, such as `Endpoint 1` .
|
default Number |
getPort()
The port of the endpoint, such as `55888` .
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Number getPort()
@Stability(value=Stable) static CfnDataflowEndpointGroup.SocketAddressProperty.Builder builder()
Copyright © 2022. All rights reserved.