@Stability(value=Stable) public static final class CfnMissionProfile.DataflowEdgeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMissionProfile.DataflowEdgeProperty>
CfnMissionProfile.DataflowEdgeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMissionProfile.DataflowEdgeProperty |
build()
Builds the configured instance.
|
CfnMissionProfile.DataflowEdgeProperty.Builder |
destination(String destination)
Sets the value of
CfnMissionProfile.DataflowEdgeProperty.getDestination() |
CfnMissionProfile.DataflowEdgeProperty.Builder |
source(String source)
Sets the value of
CfnMissionProfile.DataflowEdgeProperty.getSource() |
@Stability(value=Stable) public CfnMissionProfile.DataflowEdgeProperty.Builder destination(String destination)
CfnMissionProfile.DataflowEdgeProperty.getDestination()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.this@Stability(value=Stable) public CfnMissionProfile.DataflowEdgeProperty.Builder source(String source)
CfnMissionProfile.DataflowEdgeProperty.getSource()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.this@Stability(value=Stable) public CfnMissionProfile.DataflowEdgeProperty build()
build in interface software.amazon.jsii.Builder<CfnMissionProfile.DataflowEdgeProperty>CfnMissionProfile.DataflowEdgePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.