Interface CfnDataflowEndpointGroup.SocketAddressProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataflowEndpointGroup.SocketAddressProperty.Jsii$Proxy
- Enclosing class:
- CfnDataflowEndpointGroup
@Stability(Stable)
public static interface CfnDataflowEndpointGroup.SocketAddressProperty
extends software.amazon.jsii.JsiiSerializable
The address of the endpoint, such as
192.168.1.1 .
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataflowEndpointGroup.SocketAddressPropertystatic final classAn implementation forCfnDataflowEndpointGroup.SocketAddressProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the endpoint, such asEndpoint 1. -
getPort
The port of the endpoint, such as55888. -
builder
-