Class CfnMissionProfilePropsMixin.DataflowEdgeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.groundstation.CfnMissionProfilePropsMixin.DataflowEdgeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMissionProfilePropsMixin.DataflowEdgeProperty>
- Enclosing interface:
CfnMissionProfilePropsMixin.DataflowEdgeProperty
@Stability(Stable)
public static final class CfnMissionProfilePropsMixin.DataflowEdgeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMissionProfilePropsMixin.DataflowEdgeProperty>
A builder for
CfnMissionProfilePropsMixin.DataflowEdgeProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destination(String destination) Sets the value ofCfnMissionProfilePropsMixin.DataflowEdgeProperty.getDestination()destination(IConfigRef destination) Sets the value ofCfnMissionProfilePropsMixin.DataflowEdgeProperty.getDestination()Sets the value ofCfnMissionProfilePropsMixin.DataflowEdgeProperty.getSource()source(IConfigRef source) Sets the value ofCfnMissionProfilePropsMixin.DataflowEdgeProperty.getSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destination
@Stability(Stable) public CfnMissionProfilePropsMixin.DataflowEdgeProperty.Builder destination(String destination) Sets the value ofCfnMissionProfilePropsMixin.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
-
destination
@Stability(Stable) public CfnMissionProfilePropsMixin.DataflowEdgeProperty.Builder destination(IConfigRef destination) Sets the value ofCfnMissionProfilePropsMixin.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
@Stability(Stable) public CfnMissionProfilePropsMixin.DataflowEdgeProperty.Builder source(String source) Sets the value ofCfnMissionProfilePropsMixin.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
-
source
@Stability(Stable) public CfnMissionProfilePropsMixin.DataflowEdgeProperty.Builder source(IConfigRef source) Sets the value ofCfnMissionProfilePropsMixin.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<CfnMissionProfilePropsMixin.DataflowEdgeProperty>- Returns:
- a new instance of
CfnMissionProfilePropsMixin.DataflowEdgeProperty - Throws:
NullPointerException- if any required attribute was not provided
-