Class CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty>
- Enclosing interface:
CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty
@Stability(Stable)
public static final class CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty>
-
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 CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty.Builder dataflowDetails(IResolvable dataflowDetails) Sets the value ofCfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty.getDataflowDetails()- Parameters:
dataflowDetails- Dataflow details for the downlink endpoint. This parameter is required.- Returns:
this
-
dataflowDetails
@Stability(Stable) public CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty.Builder dataflowDetails(CfnDataflowEndpointGroupV2.DownlinkDataflowDetailsProperty dataflowDetails) Sets the value ofCfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty.getDataflowDetails()- Parameters:
dataflowDetails- Dataflow details for the downlink endpoint. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty.Builder name(String name) Sets the value ofCfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty.getName()- Parameters:
name- Downlink dataflow endpoint name. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty>- Returns:
- a new instance of
CfnDataflowEndpointGroupV2.DownlinkAwsGroundStationAgentEndpointProperty - Throws:
NullPointerException- if any required attribute was not provided
-