Interface CfnDataflowEndpointGroupV2.SocketAddressProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataflowEndpointGroupV2.SocketAddressProperty.Jsii$Proxy
- Enclosing class:
CfnDataflowEndpointGroupV2
@Stability(Stable)
public static interface CfnDataflowEndpointGroupV2.SocketAddressProperty
extends software.amazon.jsii.JsiiSerializable
Information about the socket address.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataflowEndpointGroupV2.SocketAddressPropertystatic final classAn implementation forCfnDataflowEndpointGroupV2.SocketAddressProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
Name of a socket address.- See Also:
-
getPort
Port of a socket address.- See Also:
-
builder
-