Class CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty>
- Enclosing interface:
CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionagentIpAndPortAddress(CfnDataflowEndpointGroupV2PropsMixin.RangedConnectionDetailsProperty agentIpAndPortAddress) agentIpAndPortAddress(IResolvable agentIpAndPortAddress) build()Builds the configured instance.egressAddressAndPort(CfnDataflowEndpointGroupV2PropsMixin.ConnectionDetailsProperty egressAddressAndPort) egressAddressAndPort(IResolvable egressAddressAndPort)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
agentIpAndPortAddress
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.Builder agentIpAndPortAddress(IResolvable agentIpAndPortAddress) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.getAgentIpAndPortAddress()- Parameters:
agentIpAndPortAddress- Agent IP and port address for the downlink connection.- Returns:
this
-
agentIpAndPortAddress
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.Builder agentIpAndPortAddress(CfnDataflowEndpointGroupV2PropsMixin.RangedConnectionDetailsProperty agentIpAndPortAddress) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.getAgentIpAndPortAddress()- Parameters:
agentIpAndPortAddress- Agent IP and port address for the downlink connection.- Returns:
this
-
egressAddressAndPort
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.Builder egressAddressAndPort(IResolvable egressAddressAndPort) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.getEgressAddressAndPort()- Parameters:
egressAddressAndPort- Egress address and port for the downlink connection.- Returns:
this
-
egressAddressAndPort
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.Builder egressAddressAndPort(CfnDataflowEndpointGroupV2PropsMixin.ConnectionDetailsProperty egressAddressAndPort) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty.getEgressAddressAndPort()- Parameters:
egressAddressAndPort- Egress address and port for the downlink connection.- Returns:
this
-
build
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroupV2PropsMixin.DownlinkConnectionDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-