Class CfnMissionProfile.DataflowEdgeProperty.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnMissionProfile.DataflowEdgeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMissionProfile.DataflowEdgeProperty>
- Enclosing interface:
- CfnMissionProfile.DataflowEdgeProperty
@Stability(Stable)
public static final class CfnMissionProfile.DataflowEdgeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMissionProfile.DataflowEdgeProperty>
A builder for
CfnMissionProfile.DataflowEdgeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destination(String destination) Sets the value ofCfnMissionProfile.DataflowEdgeProperty.getDestination()Sets the value ofCfnMissionProfile.DataflowEdgeProperty.getSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destination
@Stability(Stable) public CfnMissionProfile.DataflowEdgeProperty.Builder destination(String destination) Sets the value ofCfnMissionProfile.DataflowEdgeProperty.getDestination()- Parameters:
destination- The ARN of the destination for this dataflow edge. For example, specify the ARN of a dataflow endpoint config for a downlink edge or an antenna uplink config for an uplink edge.- Returns:
this
-
source
Sets the value ofCfnMissionProfile.DataflowEdgeProperty.getSource()- Parameters:
source- The ARN of the source for this dataflow edge. For example, specify the ARN of an antenna downlink config for a downlink edge or a dataflow endpoint config for an uplink edge.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMissionProfile.DataflowEdgeProperty>- Returns:
- a new instance of
CfnMissionProfile.DataflowEdgeProperty - Throws:
NullPointerException- if any required attribute was not provided
-