Class CfnDataflowEndpointGroupV2.EndpointDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroupV2.EndpointDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2.EndpointDetailsProperty>
- Enclosing interface:
CfnDataflowEndpointGroupV2.EndpointDetailsProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2.EndpointDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2.EndpointDetailsProperty>
A builder for
CfnDataflowEndpointGroupV2.EndpointDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.downlinkAwsGroundStationAgentEndpoint(IResolvable downlinkAwsGroundStationAgentEndpoint) downlinkAwsGroundStationAgentEndpoint(CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointDetailsProperty downlinkAwsGroundStationAgentEndpoint) uplinkAwsGroundStationAgentEndpoint(IResolvable uplinkAwsGroundStationAgentEndpoint) uplinkAwsGroundStationAgentEndpoint(CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty uplinkAwsGroundStationAgentEndpoint)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
downlinkAwsGroundStationAgentEndpoint
@Stability(Stable) public CfnDataflowEndpointGroupV2.EndpointDetailsProperty.Builder downlinkAwsGroundStationAgentEndpoint(IResolvable downlinkAwsGroundStationAgentEndpoint) Sets the value ofCfnDataflowEndpointGroupV2.EndpointDetailsProperty.getDownlinkAwsGroundStationAgentEndpoint()- Parameters:
downlinkAwsGroundStationAgentEndpoint- Definition for a downlink agent endpoint.- Returns:
this
-
downlinkAwsGroundStationAgentEndpoint
@Stability(Stable) public CfnDataflowEndpointGroupV2.EndpointDetailsProperty.Builder downlinkAwsGroundStationAgentEndpoint(CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointDetailsProperty downlinkAwsGroundStationAgentEndpoint) Sets the value ofCfnDataflowEndpointGroupV2.EndpointDetailsProperty.getDownlinkAwsGroundStationAgentEndpoint()- Parameters:
downlinkAwsGroundStationAgentEndpoint- Definition for a downlink agent endpoint.- Returns:
this
-
uplinkAwsGroundStationAgentEndpoint
@Stability(Stable) public CfnDataflowEndpointGroupV2.EndpointDetailsProperty.Builder uplinkAwsGroundStationAgentEndpoint(IResolvable uplinkAwsGroundStationAgentEndpoint) Sets the value ofCfnDataflowEndpointGroupV2.EndpointDetailsProperty.getUplinkAwsGroundStationAgentEndpoint()- Parameters:
uplinkAwsGroundStationAgentEndpoint- Definition for an uplink agent endpoint.- Returns:
this
-
uplinkAwsGroundStationAgentEndpoint
@Stability(Stable) public CfnDataflowEndpointGroupV2.EndpointDetailsProperty.Builder uplinkAwsGroundStationAgentEndpoint(CfnDataflowEndpointGroupV2.UplinkAwsGroundStationAgentEndpointDetailsProperty uplinkAwsGroundStationAgentEndpoint) Sets the value ofCfnDataflowEndpointGroupV2.EndpointDetailsProperty.getUplinkAwsGroundStationAgentEndpoint()- Parameters:
uplinkAwsGroundStationAgentEndpoint- Definition for an uplink agent endpoint.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2.EndpointDetailsProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroupV2.EndpointDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-