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