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