Class CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty>
- Enclosing interface:
CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.portRange(IResolvable portRange)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty.Builder name(String name) - Parameters:
name- IPv4 socket address.- Returns:
this
-
portRange
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty.Builder portRange(IResolvable portRange) - Parameters:
portRange- Port range of a socket address.- Returns:
this
-
portRange
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty.Builder portRange(CfnDataflowEndpointGroupV2PropsMixin.IntegerRangeProperty portRange) - Parameters:
portRange- Port range of a socket address.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroupV2PropsMixin.RangedSocketAddressProperty - Throws:
NullPointerException- if any required attribute was not provided
-