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