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