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
Constructors -
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-CfnDataflowEndpointGroup.ConnectionDetailsProperty.Mtu.- Returns:
this
-
socketAddress
@Stability(Stable) public CfnDataflowEndpointGroup.ConnectionDetailsProperty.Builder socketAddress(IResolvable socketAddress) Sets the value ofCfnDataflowEndpointGroup.ConnectionDetailsProperty.getSocketAddress()- Parameters:
socketAddress-CfnDataflowEndpointGroup.ConnectionDetailsProperty.SocketAddress.- Returns:
this
-
socketAddress
@Stability(Stable) public CfnDataflowEndpointGroup.ConnectionDetailsProperty.Builder socketAddress(CfnDataflowEndpointGroup.SocketAddressProperty socketAddress) Sets the value ofCfnDataflowEndpointGroup.ConnectionDetailsProperty.getSocketAddress()- Parameters:
socketAddress-CfnDataflowEndpointGroup.ConnectionDetailsProperty.SocketAddress.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroup.ConnectionDetailsProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroup.ConnectionDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-