Class CfnDataflowEndpointGroup.ConnectionDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroup.ConnectionDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroup.ConnectionDetailsProperty>
- Enclosing interface:
CfnDataflowEndpointGroup.ConnectionDetailsProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroup.ConnectionDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroup.ConnectionDetailsProperty>
A builder for
CfnDataflowEndpointGroup.ConnectionDetailsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDataflowEndpointGroup.ConnectionDetailsProperty.getMtu()
socketAddress
(IResolvable socketAddress) Sets the value ofCfnDataflowEndpointGroup.ConnectionDetailsProperty.getSocketAddress()
socketAddress
(CfnDataflowEndpointGroup.SocketAddressProperty socketAddress) Sets the value ofCfnDataflowEndpointGroup.ConnectionDetailsProperty.getSocketAddress()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
mtu
@Stability(Stable) public CfnDataflowEndpointGroup.ConnectionDetailsProperty.Builder mtu(Number mtu) Sets the value ofCfnDataflowEndpointGroup.ConnectionDetailsProperty.getMtu()
- Parameters:
mtu
- Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.- Returns:
this
-
socketAddress
@Stability(Stable) public CfnDataflowEndpointGroup.ConnectionDetailsProperty.Builder socketAddress(IResolvable socketAddress) Sets the value ofCfnDataflowEndpointGroup.ConnectionDetailsProperty.getSocketAddress()
- Parameters:
socketAddress
- A socket address.- Returns:
this
-
socketAddress
@Stability(Stable) public CfnDataflowEndpointGroup.ConnectionDetailsProperty.Builder socketAddress(CfnDataflowEndpointGroup.SocketAddressProperty socketAddress) Sets the value ofCfnDataflowEndpointGroup.ConnectionDetailsProperty.getSocketAddress()
- Parameters:
socketAddress
- A socket address.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroup.ConnectionDetailsProperty>
- Returns:
- a new instance of
CfnDataflowEndpointGroup.ConnectionDetailsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-