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