Interface CfnDataflowEndpointGroup.ConnectionDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataflowEndpointGroup.ConnectionDetailsProperty.Jsii$Proxy
- Enclosing class:
- CfnDataflowEndpointGroup
@Stability(Stable)
public static interface CfnDataflowEndpointGroup.ConnectionDetailsProperty
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.*;
ConnectionDetailsProperty connectionDetailsProperty = ConnectionDetailsProperty.builder()
.mtu(123)
.socketAddress(SocketAddressProperty.builder()
.name("name")
.port(123)
.build())
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataflowEndpointGroup.ConnectionDetailsPropertystatic final classAn implementation forCfnDataflowEndpointGroup.ConnectionDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMtu
CfnDataflowEndpointGroup.ConnectionDetailsProperty.Mtu. -
getSocketAddress
CfnDataflowEndpointGroup.ConnectionDetailsProperty.SocketAddress. -
builder
-