@Stability(value=Stable)
public static interface CfnDataflowEndpointGroup.DataflowEndpointProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
DataflowEndpointProperty dataflowEndpointProperty = DataflowEndpointProperty.builder()
.address(SocketAddressProperty.builder()
.name("name")
.port(123)
.build())
.mtu(123)
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder
A builder for
CfnDataflowEndpointGroup.DataflowEndpointProperty |
static class |
CfnDataflowEndpointGroup.DataflowEndpointProperty.Jsii$Proxy
An implementation for
CfnDataflowEndpointGroup.DataflowEndpointProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder |
builder() |
default Object |
getAddress()
`CfnDataflowEndpointGroup.DataflowEndpointProperty.Address`.
|
default Number |
getMtu()
`CfnDataflowEndpointGroup.DataflowEndpointProperty.Mtu`.
|
default String |
getName()
`CfnDataflowEndpointGroup.DataflowEndpointProperty.Name`.
|
@Stability(value=Stable) @Nullable default Object getAddress()
@Stability(value=Stable) @Nullable default Number getMtu()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder builder()
Copyright © 2021. All rights reserved.