@Stability(value=Stable) public static final class CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataflowEndpointGroup.DataflowEndpointProperty>
CfnDataflowEndpointGroup.DataflowEndpointProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder |
address(CfnDataflowEndpointGroup.SocketAddressProperty address)
Sets the value of
CfnDataflowEndpointGroup.DataflowEndpointProperty.getAddress() |
CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder |
address(IResolvable address)
Sets the value of
CfnDataflowEndpointGroup.DataflowEndpointProperty.getAddress() |
CfnDataflowEndpointGroup.DataflowEndpointProperty |
build()
Builds the configured instance.
|
CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder |
mtu(Number mtu)
Sets the value of
CfnDataflowEndpointGroup.DataflowEndpointProperty.getMtu() |
CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder |
name(String name)
Sets the value of
CfnDataflowEndpointGroup.DataflowEndpointProperty.getName() |
@Stability(value=Stable) public CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder address(CfnDataflowEndpointGroup.SocketAddressProperty address)
CfnDataflowEndpointGroup.DataflowEndpointProperty.getAddress()address - The address and port of an endpoint.this@Stability(value=Stable) public CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder address(IResolvable address)
CfnDataflowEndpointGroup.DataflowEndpointProperty.getAddress()address - The address and port of an endpoint.this@Stability(value=Stable) public CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder mtu(Number mtu)
CfnDataflowEndpointGroup.DataflowEndpointProperty.getMtu()mtu - Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
Valid values are between 1400 and 1500. A default value of 1500 is used if not set.this@Stability(value=Stable) public CfnDataflowEndpointGroup.DataflowEndpointProperty.Builder name(String name)
CfnDataflowEndpointGroup.DataflowEndpointProperty.getName()name - The endpoint name.
When listing available contacts for a satellite, Ground Station searches for a dataflow endpoint whose name matches the value specified by the dataflow endpoint config of the selected mission profile. If no matching dataflow endpoints are found then Ground Station will not display any available contacts for the satellite.this@Stability(value=Stable) public CfnDataflowEndpointGroup.DataflowEndpointProperty build()
build in interface software.amazon.jsii.Builder<CfnDataflowEndpointGroup.DataflowEndpointProperty>CfnDataflowEndpointGroup.DataflowEndpointPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.