@Stability(value=Stable) public static final class CfnMissionProfileProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMissionProfileProps>
CfnMissionProfileProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnMissionProfileProps.Builder dataflowEdges(IResolvable dataflowEdges)
CfnMissionProfileProps.getDataflowEdges()dataflowEdges - A list containing lists of config ARNs. This parameter is required.
Each list of config ARNs is an edge, with a "from" config and a "to" config.this@Stability(value=Stable) public CfnMissionProfileProps.Builder dataflowEdges(List<? extends Object> dataflowEdges)
CfnMissionProfileProps.getDataflowEdges()dataflowEdges - A list containing lists of config ARNs. This parameter is required.
Each list of config ARNs is an edge, with a "from" config and a "to" config.this@Stability(value=Stable) public CfnMissionProfileProps.Builder minimumViableContactDurationSeconds(Number minimumViableContactDurationSeconds)
CfnMissionProfileProps.getMinimumViableContactDurationSeconds()minimumViableContactDurationSeconds - Minimum length of a contact in seconds that Ground Station will return when listing contacts. This parameter is required.
Ground Station will not return contacts shorter than this duration.this@Stability(value=Stable) public CfnMissionProfileProps.Builder name(String name)
CfnMissionProfileProps.getName()name - The name of the mission profile. This parameter is required.this@Stability(value=Stable) public CfnMissionProfileProps.Builder trackingConfigArn(String trackingConfigArn)
CfnMissionProfileProps.getTrackingConfigArn()trackingConfigArn - The ARN of a tracking config objects that defines how to track the satellite through the sky during a contact. This parameter is required.this@Stability(value=Stable) public CfnMissionProfileProps.Builder contactPostPassDurationSeconds(Number contactPostPassDurationSeconds)
CfnMissionProfileProps.getContactPostPassDurationSeconds()contactPostPassDurationSeconds - Amount of time in seconds after a contact ends that you’d like to receive a CloudWatch Event indicating the pass has finished.
For more information on CloudWatch Events, see the What Is CloudWatch Events?this@Stability(value=Stable) public CfnMissionProfileProps.Builder contactPrePassDurationSeconds(Number contactPrePassDurationSeconds)
CfnMissionProfileProps.getContactPrePassDurationSeconds()contactPrePassDurationSeconds - Amount of time in seconds prior to contact start that you'd like to receive a CloudWatch Event indicating an upcoming pass.
For more information on CloudWatch Events, see the What Is CloudWatch Events?this@Stability(value=Stable) public CfnMissionProfileProps.Builder tags(List<? extends CfnTag> tags)
CfnMissionProfileProps.getTags()tags - Tags assigned to the mission profile.this@Stability(value=Stable) public CfnMissionProfileProps build()
build in interface software.amazon.jsii.Builder<CfnMissionProfileProps>CfnMissionProfilePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.