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