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 Details

    • create

      @Stability(Stable) public static CfnMissionProfile.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnMissionProfile.Builder.
    • dataflowEdges

      @Stability(Stable) public CfnMissionProfile.Builder dataflowEdges(IResolvable 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
    • 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
    • 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
    • name

      @Stability(Stable) public CfnMissionProfile.Builder name(String name)
      The name of the mission profile.

      Parameters:
      name - The name of the mission profile. This parameter is required.
      Returns:
      this
    • trackingConfigArn

      @Stability(Stable) public CfnMissionProfile.Builder trackingConfigArn(String 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
    • 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 CloudWatch Event indicating the pass has finished.

      For more information on CloudWatch Events, see the What Is CloudWatch Events?

      Parameters:
      contactPostPassDurationSeconds - Amount of time in seconds after a contact ends that you’d like to receive a CloudWatch Event indicating the pass has finished. This parameter is required.
      Returns:
      this
    • 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 CloudWatch Event indicating an upcoming pass.

      For more information on CloudWatch Events, see the What Is CloudWatch Events?

      Parameters:
      contactPrePassDurationSeconds - Amount of time in seconds prior to contact start that you'd like to receive a CloudWatch Event indicating an upcoming pass. This parameter is required.
      Returns:
      this
    • streamsKmsKey

      @Stability(Stable) public CfnMissionProfile.Builder streamsKmsKey(IResolvable streamsKmsKey)
      AWS::GroundStation::MissionProfile.StreamsKmsKey.

      Parameters:
      streamsKmsKey - AWS::GroundStation::MissionProfile.StreamsKmsKey. This parameter is required.
      Returns:
      this
    • streamsKmsKey

      @Stability(Stable) public CfnMissionProfile.Builder streamsKmsKey(CfnMissionProfile.StreamsKmsKeyProperty streamsKmsKey)
      AWS::GroundStation::MissionProfile.StreamsKmsKey.

      Parameters:
      streamsKmsKey - AWS::GroundStation::MissionProfile.StreamsKmsKey. This parameter is required.
      Returns:
      this
    • streamsKmsRole

      @Stability(Stable) public CfnMissionProfile.Builder streamsKmsRole(String streamsKmsRole)
      AWS::GroundStation::MissionProfile.StreamsKmsRole.

      Parameters:
      streamsKmsRole - AWS::GroundStation::MissionProfile.StreamsKmsRole. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnMissionProfile.Builder tags(List<? extends CfnTag> tags)
      Tags assigned to the mission profile.

      Parameters:
      tags - Tags assigned to the mission profile. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnMissionProfile build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnMissionProfile>
      Returns:
      a newly built instance of CfnMissionProfile.