Class CfnMissionProfile.Builder
java.lang.Object
software.amazon.awscdk.services.groundstation.CfnMissionProfile.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMissionProfile>
- Enclosing class:
CfnMissionProfile
@Stability(Stable)
public static final class CfnMissionProfile.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMissionProfile>
A fluent builder for
CfnMissionProfile
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
contactPostPassDurationSeconds
(Number contactPostPassDurationSeconds) Amount of time in seconds after a contact ends that you’d like to receive a Ground Station Contact State Change indicating the pass has finished.contactPrePassDurationSeconds
(Number contactPrePassDurationSeconds) Amount of time in seconds prior to contact start that you'd like to receive a Ground Station Contact State Change Event indicating an upcoming pass.static CfnMissionProfile.Builder
dataflowEdges
(List<? extends Object> dataflowEdges) A list containing lists of config ARNs.dataflowEdges
(IResolvable dataflowEdges) A list containing lists of config ARNs.minimumViableContactDurationSeconds
(Number minimumViableContactDurationSeconds) Minimum length of a contact in seconds that Ground Station will return when listing contacts.The name of the mission profile.streamsKmsKey
(IResolvable streamsKmsKey) streamsKmsKey
(CfnMissionProfile.StreamsKmsKeyProperty streamsKmsKey) streamsKmsRole
(String streamsKmsRole) The ARN of the KMS Key or Alias Key role used to define permissions on KMS Key usage.Tags assigned to the mission profile.trackingConfigArn
(String trackingConfigArn) The ARN of a tracking config objects that defines how to track the satellite through the sky during a contact.
-
Method Details
-
create
@Stability(Stable) public static CfnMissionProfile.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnMissionProfile.Builder
.
-
dataflowEdges
A list containing lists of config ARNs.Each list of config ARNs is an edge, with a "from" config and a "to" config.
- Parameters:
dataflowEdges
- A list containing lists of config ARNs. This parameter is required.- Returns:
this
- See Also:
-
dataflowEdges
@Stability(Stable) public CfnMissionProfile.Builder dataflowEdges(List<? extends Object> dataflowEdges) A list containing lists of config ARNs.Each list of config ARNs is an edge, with a "from" config and a "to" config.
- Parameters:
dataflowEdges
- A list containing lists of config ARNs. This parameter is required.- Returns:
this
- See Also:
-
minimumViableContactDurationSeconds
@Stability(Stable) public CfnMissionProfile.Builder minimumViableContactDurationSeconds(Number minimumViableContactDurationSeconds) Minimum length of a contact in seconds that Ground Station will return when listing contacts.Ground Station will not return contacts shorter than this duration.
- Parameters:
minimumViableContactDurationSeconds
- Minimum length of a contact in seconds that Ground Station will return when listing contacts. This parameter is required.- Returns:
this
- See Also:
-
name
The name of the mission profile.- Parameters:
name
- The name of the mission profile. This parameter is required.- Returns:
this
- See Also:
-
trackingConfigArn
The ARN of a tracking config objects that defines how to track the satellite through the sky during a contact.- Parameters:
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.- Returns:
this
- See Also:
-
contactPostPassDurationSeconds
@Stability(Stable) public CfnMissionProfile.Builder contactPostPassDurationSeconds(Number contactPostPassDurationSeconds) Amount of time in seconds after a contact ends that you’d like to receive a Ground Station Contact State Change indicating the pass has finished.- Parameters:
contactPostPassDurationSeconds
- Amount of time in seconds after a contact ends that you’d like to receive a Ground Station Contact State Change indicating the pass has finished. This parameter is required.- Returns:
this
- See Also:
-
contactPrePassDurationSeconds
@Stability(Stable) public CfnMissionProfile.Builder contactPrePassDurationSeconds(Number contactPrePassDurationSeconds) Amount of time in seconds prior to contact start that you'd like to receive a Ground Station Contact State Change Event indicating an upcoming pass.- Parameters:
contactPrePassDurationSeconds
- Amount of time in seconds prior to contact start that you'd like to receive a Ground Station Contact State Change Event indicating an upcoming pass. This parameter is required.- Returns:
this
- See Also:
-
streamsKmsKey
- Parameters:
streamsKmsKey
- This parameter is required.- Returns:
this
- See Also:
-
streamsKmsKey
@Stability(Stable) public CfnMissionProfile.Builder streamsKmsKey(CfnMissionProfile.StreamsKmsKeyProperty streamsKmsKey) - Parameters:
streamsKmsKey
- This parameter is required.- Returns:
this
- See Also:
-
streamsKmsRole
The ARN of the KMS Key or Alias Key role used to define permissions on KMS Key usage.- Parameters:
streamsKmsRole
- The ARN of the KMS Key or Alias Key role used to define permissions on KMS Key usage. This parameter is required.- Returns:
this
- See Also:
-
tags
Tags assigned to the mission profile.- Parameters:
tags
- Tags assigned to the mission profile. This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnMissionProfile>
- Returns:
- a newly built instance of
CfnMissionProfile
.
-