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