Class CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty>
- Enclosing interface:
CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dataflowDetails(IResolvable dataflowDetails)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dataflowDetails
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty.Builder dataflowDetails(IResolvable dataflowDetails) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty.getDataflowDetails()- Parameters:
dataflowDetails- Dataflow details for the uplink endpoint.- Returns:
this
-
dataflowDetails
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty.Builder dataflowDetails(CfnDataflowEndpointGroupV2PropsMixin.UplinkDataflowDetailsProperty dataflowDetails) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty.getDataflowDetails()- Parameters:
dataflowDetails- Dataflow details for the uplink endpoint.- Returns:
this
-
name
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty.Builder name(String name) Sets the value ofCfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty.getName()- Parameters:
name- Uplink dataflow endpoint name.- Returns:
this
-
build
@Stability(Stable) public CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroupV2PropsMixin.UplinkAwsGroundStationAgentEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-